Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
eb23b56e
Commit
eb23b56e
authored
May 20, 2014
by
Peter van 't Hof
Browse files
- fixed namespaceing in AddOrReplaceReadGroups
parent
6ebb058a
Changes
1
Hide whitespace changes
Inline
Side-by-side
mapping/src/main/java/nl/lumc/sasc/biopet/pipelines/mapping/Mapping.scala
View file @
eb23b56e
...
...
@@ -119,12 +119,12 @@ class Mapping(private var globalConfig: Config) extends QScript {
this
.
nCoresRequest
=
2
this
.
jobResourceRequests
:+=
"h_vmem=4G"
this
.
RGLB
=
RGLB
this
.
RGPL
=
RGPL
this
.
RGPU
=
RGPU
this
.
RGSM
=
RGSM
if
(
RGCN
!=
null
)
this
.
RGCN
=
RGCN
if
(
RGDS
!=
null
)
this
.
RGDS
=
RGDS
this
.
RGLB
=
qscript
.
RGLB
this
.
RGPL
=
qscript
.
RGPL
this
.
RGPU
=
qscript
.
RGPU
this
.
RGSM
=
qscript
.
RGSM
if
(
RGCN
!=
null
)
this
.
RGCN
=
qscript
.
RGCN
if
(
RGDS
!=
null
)
this
.
RGDS
=
qscript
.
RGDS
}
add
(
addOrReplaceReadGroups
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment