Skip to content

Commit e9e0dd9

Browse files
authored
Merge pull request #25 from vpc-ccg/speedup
Speedup
2 parents 448cac5 + ff44eb4 commit e9e0dd9

4 files changed

Lines changed: 248 additions & 147 deletions

File tree

Snakefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ rule split:
5151
split = directory('{}/{{sample}}/freddie.split'.format(output_d)),
5252
conda:
5353
'environment.env'
54+
threads:
55+
8
5456
shell:
55-
'{input.script} -b {input.bam} -r {input.reads} -o {output.split}'
57+
'{input.script} -b {input.bam} -r {input.reads} -o {output.split} -t {threads}'
5658

5759
rule segment:
5860
input:

0 commit comments

Comments
 (0)