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
133cd485
Commit
133cd485
authored
Mar 09, 2015
by
bow
Browse files
Force version retrieval and path resolution in CustomVarscan
parent
81e0124f
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/gentrap/src/main/scala/nl/lumc/sasc/biopet/pipelines/gentrap/extensions/CustomVarScan.scala
View file @
133cd485
...
...
@@ -66,7 +66,10 @@ class CustomVarScan(val root: Configurable) extends BiopetCommandLineFunction {
require
(
output
.
toString
.
endsWith
(
".gz"
),
"Output must have a .gz file extension"
)
}
def
cmdLine
:
String
=
def
cmdLine
:
String
=
{
// FIXME: manual trigger of commandLine for version retrieval
mpileup
.
commandLine
mpileup
.
cmdPipe
+
" | "
+
fixMpileup
.
commandLine
+
" | "
+
removeEmptyPile
.
commandLine
+
" | "
+
varscan
.
commandLine
+
" | "
+
compress
.
commandLine
+
" && "
+
index
.
commandLine
}
}
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