Skip to content

Commit

Permalink
fix name of dependencies; fix /usr/bin/python path
Browse files Browse the repository at this point in the history
  • Loading branch information
mfumagalli committed Nov 23, 2021
1 parent 03bd4d6 commit f989f0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Fitting_dist_contig.py
@@ -1,4 +1,4 @@
#! usr/bin/python3
#! /usr/bin/python3


####Required packages for installation
Expand Down
2 changes: 1 addition & 1 deletion Genotype_Likelihoods.py
@@ -1,4 +1,4 @@
#! usr/bin/python3
#! /usr/bin/python3
import os
import sys
import gzip
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@
Tools for inferring ploidy levels, testing for aneuploidy and other stuff.
Calculating its allele frequencies and genotype likelihoods requires to download the followings:

* python 3, with packages `gzip, numpy, scipy, statistics`
* python 3, with packages `gzip, numpy, scipy, pandas, lmfit`
* R, with packages `pracma, data.table, Rcpp, getopt`
* samtools

Expand Down

0 comments on commit f989f0a

Please sign in to comment.