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

Added args

parent 974156b3
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,8 @@ trait ShivaTrait extends MultiSampleQScript with Reference {
aorrg.RGID = sampleId + "-" + libId
aorrg.RGLB = libId
aorrg.RGSM = sampleId
aorrg.RGPL = "unknown"
aorrg.RGPU = "na"
aorrg.isIntermediate = true
qscript.add(aorrg)
} else throw new IllegalStateException("Sample readgroup and/or library of input bamfile is not correct, file: " + bamFile +
......
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