Skip to content

Commit

Permalink
Increase middle adapter threshold to reduce false positive rate
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwick committed Feb 2, 2018
1 parent 3e8caed commit 92c0b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion porechop/porechop.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def get_arguments():
'reads with middle adapters are split) (required for '
'reads to be used with Nanopolish, this option is on by '
'default when outputting reads into barcode bins)')
middle_trim_group.add_argument('--middle_threshold', type=float, default=85.0,
middle_trim_group.add_argument('--middle_threshold', type=float, default=90.0,
help='Adapters in the middle of reads must have at least this '
'percent identity to be found (0 to 100)')
middle_trim_group.add_argument('--extra_middle_trim_good_side', type=int, default=10,
Expand Down

0 comments on commit 92c0b65

Please sign in to comment.