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
e258f2c2
Commit
e258f2c2
authored
Oct 21, 2016
by
Peter van 't Hof
Browse files
Remove argument line from queue
parent
4db54050
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/Pysvtools.scala
View file @
e258f2c2
...
...
@@ -29,7 +29,6 @@ class Pysvtools(val root: Configurable) extends BiopetCommandLineFunction {
@Input
(
doc
=
"Input file"
,
required
=
true
)
var
input
:
List
[
File
]
=
Nil
@Argument
(
doc
=
"Set flanking amount"
)
var
flanking
:
Option
[
Int
]
=
config
(
"flanking"
)
var
exclusionRegions
:
List
[
File
]
=
config
(
"exclusion_regions"
,
default
=
Nil
)
...
...
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