Skip to content
Snippets Groups Projects
Commit 133cd485 authored by bow's avatar bow
Browse files

Force version retrieval and path resolution in CustomVarscan

parent 81e0124f
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment