You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug @lindenbpointed out we are currently using zcat to combine FASTQ files in AdapterRemoval. This is unncessary and can just use standard cat
We should remove all unncessary zcat for performance improvements!
Describe the bug
@lindenb pointed out we are currently using
zcatto combine FASTQ files in AdapterRemoval. This is unncessary and can just use standardcatWe should remove all unncessary
zcatfor performance improvements!