We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab72307 commit cf1b8cfCopy full SHA for cf1b8cf
modules/preprocess/preprocess_individual.snakefile
@@ -94,7 +94,7 @@ rule star_align:
94
conda:
95
"../envs/star_env.yml"
96
shell:
97
- "STAR --runThreadN 32 --genomeDir {config[star_index]} "
+ "STAR --runThreadN 64 --genomeDir {config[star_index]} "
98
"--outReadsUnmapped None "
99
"--chimSegmentMin 12 "
100
"--chimJunctionOverhangMin 12 "
0 commit comments