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
73088af2
Commit
73088af2
authored
Nov 20, 2015
by
Peter van 't Hof
Browse files
Fixed args
parent
241a7d23
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/vt/VtNormalize.scala
View file @
73088af2
...
...
@@ -35,6 +35,6 @@ class VtNormalize(val root: Configurable) extends Vt with Version with Reference
required
(
"-o"
,
outputVcf
)
+
optional
(
"-w"
,
windowSize
)
+
optional
(
"-I"
,
intervalsFile
)
+
required
(
"-r"
,
reference
)
required
(
"-r"
,
reference
)
+
required
(
inputVcf
)
}
\ No newline at end of file
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