Structs§
- Iterator over a fastq.gz file, yielding [
FastEntry
] - A single FastQ entry, with header, sequence and quality scores
- Caches the Phred symbol to probability translation table TODO: could be done using lazy_static
Statics§
Functions§
- Chaining many fastq files into a single iterator
- Chaining many fastq files into a single iterator
- Loading 10x CB whilelist from file Returns a HashSet of CBs
- Filters a fastq-file for all reads having an aggregated PhredScore of >
threshold_qc