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

- fixed namespaceing in AddOrReplaceReadGroups

parent 6ebb058a
No related branches found
No related tags found
No related merge requests found
...@@ -119,12 +119,12 @@ class Mapping(private var globalConfig: Config) extends QScript { ...@@ -119,12 +119,12 @@ class Mapping(private var globalConfig: Config) extends QScript {
this.nCoresRequest = 2 this.nCoresRequest = 2
this.jobResourceRequests :+= "h_vmem=4G" this.jobResourceRequests :+= "h_vmem=4G"
this.RGLB = RGLB this.RGLB = qscript.RGLB
this.RGPL = RGPL this.RGPL = qscript.RGPL
this.RGPU = RGPU this.RGPU = qscript.RGPU
this.RGSM = RGSM this.RGSM = qscript.RGSM
if (RGCN != null) this.RGCN = RGCN if (RGCN != null) this.RGCN = qscript.RGCN
if (RGDS != null) this.RGDS = RGDS if (RGDS != null) this.RGDS = qscript.RGDS
} }
add(addOrReplaceReadGroups) add(addOrReplaceReadGroups)
......
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