Skip to content

Commit

Permalink
Update manta modules (nf-core#3615)
Browse files Browse the repository at this point in the history
* Update manta somatic

* Update manta tumoronly
  • Loading branch information
maxulysse authored and snesic committed Oct 10, 2023
1 parent 97c6087 commit 2d04695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion modules/nf-core/manta/somatic/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ process MANTA_SOMATIC {
--tumorBam $input_tumor \
--normalBam $input_normal \
--reference $fasta \
--runDir manta \
$options_manta \
--runDir manta
$args
python manta/runWorkflow.py -m local -j $task.cpus
Expand Down
3 changes: 2 additions & 1 deletion modules/nf-core/manta/tumoronly/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ process MANTA_TUMORONLY {
configManta.py \
--tumorBam $input \
--reference $fasta \
--runDir manta \
$options_manta \
--runDir manta
$args
python manta/runWorkflow.py -m local -j $task.cpus
Expand Down

0 comments on commit 2d04695

Please sign in to comment.