Skip to content

Commit

Permalink
removed workflow coress to num threads
Browse files Browse the repository at this point in the history
  • Loading branch information
ang037 authored Jan 23, 2024
1 parent 707f7a8 commit d5fce31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/sampling.smk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rule sequence_select:
config["OUT_DIR"]+"/benchmarks/{sample}.sample.txt"
output:
config["OUT_DIR"]+"/samples/{sample}_temp.fa"
threads:workflow.cores
threads:32
shell:
'''
echo "We are starting to sample {input}"
Expand All @@ -57,4 +57,4 @@ rule sequence_merge:
config["OUT_DIR"]+"/samples/out.fa",
report(config["OUT_DIR"]+"/plots/sampling.png",caption="../report/sampling.rst",category='Sampling Report')
shell:
"python3 workflow/scripts/sequence_merge.py {params.gene_dir} {output} {params.plotdir}"
"python3 workflow/scripts/sequence_merge.py {params.gene_dir} {output} {params.plotdir}"

0 comments on commit d5fce31

Please sign in to comment.