Skip to content

Commit

Permalink
Merge pull request #25 from vpc-ccg/speedup
Browse files Browse the repository at this point in the history
Speedup
  • Loading branch information
baraaorabi authored Feb 9, 2021
2 parents 448cac5 + ff44eb4 commit e9e0dd9
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 147 deletions.
4 changes: 3 additions & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ rule split:
split = directory('{}/{{sample}}/freddie.split'.format(output_d)),
conda:
'environment.env'
threads:
8
shell:
'{input.script} -b {input.bam} -r {input.reads} -o {output.split}'
'{input.script} -b {input.bam} -r {input.reads} -o {output.split} -t {threads}'

rule segment:
input:
Expand Down
Loading

0 comments on commit e9e0dd9

Please sign in to comment.