Trims low quality ends using the Mott's algorithm.

Description

Trims low quality ends by computing quality drops under a certain threshold using a modified version of the Mott’s algorithm..

Arguments

Optional Arguments

Argument name(s) Type Default value(s) Description
--mottQualityThreshold
-mottQual
int 20 Minimum average quality for the modified Mott algorithm. The threshold is used for calculating a score: quality_at_base - threshold.