Skip to content
Snippets Groups Projects
Commit 6ffdacf9 authored by bow's avatar bow
Browse files

Set default cutadapt minimum_length to 20 in Gentrap

parent a7b9890f
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,7 @@ class Gentrap(val root: Configurable) extends QScript with MultiSampleQScript wi
"batch" -> 4,
"format" -> "sam"
),
"cutadapt" -> Map("minimum_length" -> 20),
// avoid conflicts when merging since the MarkDuplicate tags often cause merges to fail
"picard" -> Map(
"programrecordid" -> "null"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment