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
fd8a4043
Commit
fd8a4043
authored
Feb 03, 2015
by
Peter van 't Hof
Browse files
Fix checks
parent
481a7a96
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/sage/src/main/scala/nl/lumc/sasc/biopet/pipelines/sage/Sage.scala
View file @
fd8a4043
...
...
@@ -129,7 +129,7 @@ class Sage(val root: Configurable) extends QScript with MultiSampleQScript {
if
(!
outputDir
.
endsWith
(
"/"
))
outputDir
+=
"/"
if
(
transcriptome
.
isEmpty
&&
tagsLibrary
.
isEmpty
)
throw
new
IllegalStateException
(
"No transcriptome or taglib found"
)
if
(
countBed
==
null
&&
squishedCountBed
==
null
)
if
(
countBed
.
isEmpty
&&
squishedCountBed
.
isEmpty
)
throw
new
IllegalStateException
(
"No bedfile supplied, please add a countBed or squishedCountBed"
)
}
...
...
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