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 658acd7 commit cb4658b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions workflow/rules/pbrun.smk
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ rule pbrun_deepvariant:
cuda=get_cuda_devices,
extra=config.get("pbrun_deepvariant", {}).get("extra", ""),
num_gpus=lambda wildcards: get_num_gpus("pbrun_deepvariant", wildcards),
tmp=config.get("pbrun_deepvariant", {}).get(
"tmp_dir", "parabricks/pbrun_deepvariant/{wildcards.sample}_{wildcards.type}"),
tmp=config.get("pbrun_deepvariant", {}).get("tmp_dir", "parabricks/pbrun_deepvariant/{wildcards.sample}_{wildcards.type}"),
log:
"parabricks/pbrun_deepvariant/{sample}_{type}.vcf.log",
benchmark:
Expand Down Expand Up @@ -58,8 +57,7 @@ rule pbrun_fq2bam:
extra=config.get("pbrun_fq2bam", {}).get("extra", ""),
in_fq=get_in_fq,
num_gpus=lambda wildcards: get_num_gpus("pbrun_fq2bam", wildcards),
tmp=config.get("pbrun_fq2bam", {}).get(
"tmp_dir", "parabricks/pbrun_fq2bam/{wildcards.sample}_{wildcards.type}"),
tmp=config.get("pbrun_fq2bam", {}).get("tmp_dir", "parabricks/pbrun_fq2bam/{wildcards.sample}_{wildcards.type}"),
log:
"parabricks/pbrun_fq2bam/{sample}_{type}.bam.log",
benchmark:
Expand Down Expand Up @@ -246,8 +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 cb4658b

Please sign in to comment.