Skip to content

Commit

Permalink
updateed fastp unqualified percent
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheww95 committed Dec 11, 2023
1 parent bd1c73f commit 2d8cb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ params {
cut_tail_window_size = 4 // default is 4
complexity_threshold = 20 // FastP default is 30 not 20
qualified_quality_phred = 10 // min quality for a read to contain
unqualified_percent_limit = 5 // if the minimum quality of a read is below 10 that read is discarded
unqualified_percent_limit = 10 // if the minimum quality of a read is below 10 that read is discarded
polyg_min_len = 10
polyx_min_len = 10
illumina_length_min = 35
Expand Down

0 comments on commit 2d8cb3b

Please sign in to comment.