Skip to content
Snippets Groups Projects
Commit a6e9c469 authored by Sander van der Zeeuw's avatar Sander van der Zeeuw
Browse files

mpileup_reference_added

parent 98bc93d9
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,8 @@ trait ShivaVariantcallingTrait extends SummaryQScript with SampleLibraryTag with
val mp = new SamtoolsMpileup(qscript)
mp.input = inputBams
mp.u = true
//TODO: proper piping should be implemented
mp.reference = referenceFasta()
val bt = new BcftoolsCall(qscript)
bt.O = "z"
......
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