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
08e62c12
Commit
08e62c12
authored
Dec 12, 2016
by
Peter van 't Hof
Browse files
Change input and output
parent
f83a80c0
Changes
1
Show whitespace changes
Inline
Side-by-side
biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/Bgzip.scala
View file @
08e62c12
...
...
@@ -23,10 +23,10 @@ import org.broadinstitute.gatk.utils.commandline.{ Input, Output }
/** Wrapper for the bgzip command */
class
Bgzip
(
val
root
:
Configurable
)
extends
BiopetCommandLineFunction
{
@Input
(
doc
=
"Input files"
,
required
=
true
)
@Input
(
doc
=
"Input files"
,
required
=
!
inputAsStdin
)
var
input
:
List
[
File
]
=
Nil
@Output
(
doc
=
"Compressed output file"
,
required
=
true
)
@Output
(
doc
=
"Compressed output file"
,
required
=
!
outputAsStsout
)
var
output
:
File
=
null
var
f
:
Boolean
=
config
(
"f"
,
default
=
false
)
...
...
Write
Preview
Markdown
is supported
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