LucasFVoges / GRADA

simple GRep ADapter Analyser
MIT License
1 stars 0 forks source link

compressed file handling #22

Closed LucasFVoges closed 3 years ago

LucasFVoges commented 3 years ago

zcat zgrep? possible with grada? to support fastq.gz files?

LucasFVoges commented 3 years ago

This was automaticly implemented with if(compressed == TRUE){% use zcat | ... %}

Problem is, the search take quite longer if file is compressed! (maybe this is just the way it is.)