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
700ced12
Commit
700ced12
authored
Feb 05, 2015
by
bow
Browse files
Remove redundant check on outputDir character
parent
904a99b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/mapping/src/main/scala/nl/lumc/sasc/biopet/pipelines/mapping/Mapping.scala
View file @
700ced12
...
...
@@ -104,7 +104,6 @@ class Mapping(val root: Configurable) extends QScript with BiopetQScript {
require
(
sampleId
!=
null
,
"Missing sample ID on mapping module"
)
require
(
libId
!=
null
,
"Missing library ID on mapping module"
)
if
(!
outputDir
.
endsWith
(
"/"
))
outputDir
+=
"/"
paired
=
(
input_R2
!=
null
)
if
(
readgroupId
==
null
&&
sampleId
!=
null
&&
libId
!=
null
)
readgroupId
=
sampleId
+
"-"
+
libId
...
...
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