Anna Syme

Click name ↑ to return to homepage

Filtlong

https://github.com/rrwick/Filtlong

Filter reads by both quality and length, to fit a certain cov for a certain genome size.

filtlong -t 32000000 baited.fastq.gz > filtered.baited.fastq

-t is the number of total bases to aim for in the filtered set.

In this case, it is the expected genome size (160,000) X required coverage (200).