Skip to content

Commit

Permalink
Update read_mapping.smk
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester authored May 21, 2021
1 parent d7f57ed commit 289ac25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflow/rules/read_mapping.smk
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ rule salmon_alevin:
"logs/salmon-alevin/{sample}.log",
conda:
"../envs/salmon.yaml"
threads: 16
shell:
"salmon alevin "
"salmon alevin --threads {threads} "
"-l ISR -i {input.index} -1 {input.fq1} -2 {input.fq2} "
"--read-geometry {params.sample[geometry][reads]} --bc-geometry {params.sample[geometry][barcodes]} "
"--umi-geometry {params.sample[geometry][umis]} -o {output} --sketch -p 16 "
Expand Down

0 comments on commit 289ac25

Please sign in to comment.