Skip to content

Commit f989f0a

Browse files
author
mfumagalli
committed
fix name of dependencies; fix /usr/bin/python path
1 parent 03bd4d6 commit f989f0a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Fitting_dist_contig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! usr/bin/python3
1+
#! /usr/bin/python3
22

33

44
####Required packages for installation

Genotype_Likelihoods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! usr/bin/python3
1+
#! /usr/bin/python3
22
import os
33
import sys
44
import gzip

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Tools for inferring ploidy levels, testing for aneuploidy and other stuff.
33
Calculating its allele frequencies and genotype likelihoods requires to download the followings:
44

5-
* python 3, with packages `gzip, numpy, scipy, statistics`
5+
* python 3, with packages `gzip, numpy, scipy, pandas, lmfit`
66
* R, with packages `pracma, data.table, Rcpp, getopt`
77
* samtools
88

0 commit comments

Comments
 (0)