jdidion / atropos

An NGS read trimming tool that is specific, sensitive, and speedy. (production)
Other
120 stars 15 forks source link

Known adapter detector not detecting known adapters #35

Closed jdidion closed 7 years ago

jdidion commented 7 years ago

In the 'detect' command, the 'known' detector (-d known) is not identifying known adapters. The KnownDetector._find_contaminants method is using the wrong calculation to determine the match_frac (currently it's calculating abundance).

jdidion commented 7 years ago

Fixed by 6d4b530