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
3c836e0c
Commit
3c836e0c
authored
Oct 27, 2016
by
Sander Bollen
Browse files
Merge branch 'fix-pysvtools' into 'develop'
Remove argument line from queue See merge request !462
parents
88edfd84
e258f2c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/Pysvtools.scala
View file @
3c836e0c
...
...
@@ -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
.
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