Skip to content
Snippets Groups Projects
Commit 25cc88c4 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Merge remote-tracking branch 'remotes/origin/fix-mapping' into feature-parralel_mapping_tests

parents 9cae1c11 55c9af30
No related branches found
No related tags found
No related merge requests found
......@@ -141,8 +141,8 @@ class Mapping(val root: Configurable) extends QScript with SummaryQScript with S
paired = input_R2.isDefined
if (readgroupId == null) readgroupId = sampleId.get + "-" + libId.get
else if (readgroupId == null) readgroupId = config("readgroup_id")
if (readgroupId == null)
readgroupId = config("readgroup_id", default = sampleId.get + "-" + libId.get)
if (outputName == null) outputName = readgroupId
......
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