BinPro / CONCOCT

Clustering cONtigs with COverage and ComposiTion
Other
120 stars 48 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'samtools': 'samtools' #229

Closed alneberg closed 5 years ago

alneberg commented 5 years ago

When installing with conda, the script concoct_coverage_table.py generates the error:

FileNotFoundError: [Errno 2] No such file or directory: 'samtools': 'samtools'

alneberg commented 5 years ago

This can be resolved by installing samtools:

conda install samtools

alneberg commented 5 years ago

Fixed with new version on Bioconda.