Skip to content

Commit

Permalink
fix: remove extra params.extra in shell
Browse files Browse the repository at this point in the history
  • Loading branch information
padraicc authored Feb 20, 2024
1 parent 0525bfc commit 9a7d40f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflow/rules/pbrun.smk
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ rule pbrun_rna_fq2bam:
"{rule}: splice-aware alignment with parabricks for {input.fastq}"
shell:
"{params.cuda} pbrun rna_fq2bam "
"{params.extra} "
"--genome-lib-dir {input.genome_dir} "
"--in-fq {params.in_fq} "
"--num-gpus {params.num_gpus} "
Expand Down

0 comments on commit 9a7d40f

Please sign in to comment.