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
4a702a03
Commit
4a702a03
authored
Dec 12, 2016
by
Peter van 't Hof
Browse files
Typo
parent
982c9348
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/Bgzip.scala
View file @
4a702a03
...
...
@@ -35,8 +35,8 @@ class Bgzip(val root: Configurable) extends BiopetCommandLineFunction {
override
def
beforeGraph
()
:
Unit
=
{
super
.
beforeGraph
()
if
(
input
.
isEmpty
&&
!
inputAsStdin
)
Logging
.
addError
(
"Input is missing
in
Bgzip"
)
if
(
output
==
null
&&
!
outputAsStsout
)
Logging
.
addError
(
"Output is missing
in
Bgzip"
)
if
(
input
.
isEmpty
&&
!
inputAsStdin
)
Logging
.
addError
(
"Input is missing
for
Bgzip"
)
if
(
output
==
null
&&
!
outputAsStsout
)
Logging
.
addError
(
"Output is missing
for
Bgzip"
)
}
def
cmdLine
=
required
(
executable
)
+
...
...
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