Uses of Class
org.snpeff.fastq.FastqTrimmerMedian
Packages that use FastqTrimmerMedian
-
Uses of FastqTrimmerMedian in org.snpeff.fastq
Subclasses of FastqTrimmerMedian in org.snpeff.fastqModifier and TypeClassDescriptionclass
Trim fastq sequence when: - Median quality drops below a threshold (mean is calculated every 2 bases instead of every base) - Sequence length is at least 'minBases' From Adrian Platts ...Also the sliding window was not every base.