Skip to content

Commit

Permalink
fix: octopus memory
Browse files Browse the repository at this point in the history
  • Loading branch information
dnousome committed May 20, 2024
1 parent dca0494 commit e10f277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/variant_calling_tonly.nf
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ process octopus_tonly {
octopus -R $GENOMEREF -C cancer -I ${tumor} \
--annotations AF AC AD DP \
--target-working-memory 92Gb \
-B 72Gb \
-B 90Gb \
-t ${bed} \
--threads ${task.cpus}\
$SOMATIC_FOREST \
Expand Down

0 comments on commit e10f277

Please sign in to comment.