Skip to content

Commit

Permalink
Update pbrun.smk
Browse files Browse the repository at this point in the history
  • Loading branch information
padraicc authored Feb 19, 2024
1 parent cb4658b commit 80c1013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/pbrun.smk
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ rule pbrun_mutectcaller_t:
extra=config.get("pbrun_mutectcaller_t", {}).get("extra", ""),
num_gpus=lambda wildcards: get_num_gpus("pbrun_mutectcaller_t", wildcards),
tmp=config.get("pbrun_mutectcaller_t", {}).get(
"tmp_dir", "/parabricks/pbrun_mutectcaller_t/{wildcards.sample}_{wildcards.type}"
"tmp_dir", "parabricks/pbrun_mutectcaller_t/{wildcards.sample}_{wildcards.type}"
),
log:
"parabricks/pbrun_mutectcaller_t/{sample}_T.vcf.log",
Expand Down Expand Up @@ -244,7 +244,7 @@ rule pbrun_rna_fq2bam:
extra=config.get("pbrun_rna_fq2bam", {}).get("extra", ""),
in_fq=get_in_fq,
num_gpus=lambda wildcards: get_num_gpus("pbrun_rna_fq2bam", wildcards),
tmp=config.get("pbrun_rna_fq2bam", {}).get("tmp_dir", "/parabricks/pbrun_rna_fq2bam/{wildcards.sample}_{wildcards.type}"),
tmp=config.get("pbrun_rna_fq2bam", {}).get("tmp_dir", "parabricks/pbrun_rna_fq2bam/{wildcards.sample}_{wildcards.type}"),
log:
"parabricks/pbrun_rna_fq2bam/{sample}_{type}.bam.log",
benchmark:
Expand Down

0 comments on commit 80c1013

Please sign in to comment.