Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
biopet.biopet
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Mirrors
biopet.biopet
Commits
2e681cb4
Commit
2e681cb4
authored
Apr 18, 2017
by
akaljuvee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
32c6bec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
biopet-tools-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/tools/VcfStatsForSv.scala
.../nl/lumc/sasc/biopet/extensions/tools/VcfStatsForSv.scala
+2
-0
No files found.
biopet-tools-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/tools/VcfStatsForSv.scala
View file @
2e681cb4
...
...
@@ -36,6 +36,8 @@ class VcfStatsForSv(val parent: Configurable) extends ToolCommandFunction with S
@Output
(
required
=
true
)
var
outputFile
:
File
=
_
override
def
defaultCoreMemory
=
1.0
override
def
cmdLine
=
super
.
cmdLine
+
required
(
"-i"
,
inputFile
)
+
required
(
"-o"
,
outputFile
)
+
...
...
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