Skip to content

Commit

Permalink
Create missing tmp directory for PAVE
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Jan 9, 2025
1 parent d8f1216 commit 843de01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/rules/somatic.smk
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ rule hmftools_sage:
# Run PAVE to annotate VCF with PON
# tags for downstream filtering
mkdir -p {params.pave_outdir}/
java -Xmx{params.memory}g -jar {params.pave_jar} \\
-pon_file {params.cohort_pon} \\
-sample {params.tumor} \\
Expand Down

0 comments on commit 843de01

Please sign in to comment.