Feature request
gwaldbieser opened this issue · 1 comments
gwaldbieser commented
Can we choose whether or not to gzip the fastq files in 'bin'? Alternately, can deepbinner bin make use of pigz to compress the files?
rrwick commented
Okay, I've implemented this in a fairly simple way: if Deepbinner sees that pigz
is available, it uses that instead of gzip
. There is still no option to not zip at all... is that important to you?
You'll find the change on the master branch, and a new release of Deepbinner (v0.2.0) is imminent and will have it as well.
Ryan