Skip to content

Commit 5b0ce16

Browse files
author
Ubuntu
committed
increast STAR threads
1 parent 7f6be3a commit 5b0ce16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/preprocess/preprocess_individual.snakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ rule star_align:
9494
conda:
9595
"../envs/star_env.yml"
9696
shell:
97-
"STAR --runThreadN {threads} --genomeDir {config[star_index]} "
97+
"STAR --runThreadN 8 --genomeDir {config[star_index]} "
9898
"--outReadsUnmapped None "
9999
"--chimSegmentMin 12 "
100100
"--chimJunctionOverhangMin 12 "

0 commit comments

Comments
 (0)