Skip to content
Snippets Groups Projects
Commit 8069a59d authored by cagaser's avatar cagaser
Browse files

changed --bamFile back to --normalBam in Manta tasks

parent f68f0c8c
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ task Germline {
command {
set -e
configManta.py \
~{"--bamFile " + bamFile} \
~{"--normalBam " + bamFile} \
--referenceFasta ~{referenceFasta} \
~{"--callRegions " + callRegions} \
--runDir ~{runDir} \
......
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