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

Fix small bug

parent aca99bf8
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