Skip to content
Snippets Groups Projects
Commit 9d0abb92 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Fix mpileup

parent 818741d1
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,7 @@ class MpileupToVcf(val root: Configurable) extends ToolCommandFuntion with Refer
override def commandLine = {
(if (inputMpileup == null) {
val samtoolsMpileup = new SamtoolsMpileup(this)
samtoolsMpileup.reference = referenceFasta()
samtoolsMpileup.input = List(inputBam)
samtoolsMpileup.cmdPipe + " | "
} else "") +
......
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