Skip to content
GitLab
Menu
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
55c9af30
Commit
55c9af30
authored
Oct 07, 2015
by
Peter van 't Hof
Browse files
Fix small bug
parent
aca99bf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/mapping/src/main/scala/nl/lumc/sasc/biopet/pipelines/mapping/Mapping.scala
View file @
55c9af30
...
@@ -141,8 +141,8 @@ class Mapping(val root: Configurable) extends QScript with SummaryQScript with S
...
@@ -141,8 +141,8 @@ class Mapping(val root: Configurable) extends QScript with SummaryQScript with S
paired
=
input_R2
.
isDefined
paired
=
input_R2
.
isDefined
if
(
readgroupId
==
null
)
readgroupId
=
sampleId
.
get
+
"-"
+
libId
.
get
if
(
readgroupId
==
null
)
else
if
(
readgroupId
==
null
)
readgroupId
=
config
(
"readgroup_id"
)
readgroupId
=
config
(
"readgroup_id"
,
default
=
sampleId
.
get
+
"-"
+
libId
.
get
)
if
(
outputName
==
null
)
outputName
=
readgroupId
if
(
outputName
==
null
)
outputName
=
readgroupId
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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