centre-for-microbiome-research / GroopM

Metagenomic binning suite
GNU General Public License v3.0
29 stars 18 forks source link

extract does not accept a gzipped sequence file #5

Closed donovan-h-parks closed 9 years ago

donovan-h-parks commented 10 years ago

GroopM extract does not work with a sequence file that is gzipped (e.g., groopm extract my_bins.gm my_scaffolds.fa.gz -o bins).

wwood commented 10 years ago

untested, but maybe this?

pigz -cd my_scaffolds.fa.gz |groopm extract my_bins.gm -o bins /dev/stdin
minillinim commented 9 years ago

Fixed