Skip to content

Commit 058505b

Browse files
committed
chore: change default quality setting
1 parent 61df4f4 commit 058505b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pileup.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ params.input_fld = "test_dataset"
66
params.time_beg = 1
77

88
// Parameters for the pileup script
9-
params.qual_min = 5
9+
params.qual_min = 15
1010
params.clip_minL = 100
1111

1212
// input files directory

0 commit comments

Comments
 (0)