From d5fce31aa69c08e4a045a6ec662816888a6af187 Mon Sep 17 00:00:00 2001 From: Anshu Gupta <114828525+ang037@users.noreply.github.com> Date: Tue, 23 Jan 2024 15:38:15 -0800 Subject: [PATCH] removed workflow coress to num threads --- workflow/rules/sampling.smk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow/rules/sampling.smk b/workflow/rules/sampling.smk index eda6cf7c..1b90c116 100644 --- a/workflow/rules/sampling.smk +++ b/workflow/rules/sampling.smk @@ -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}" @@ -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}" \ No newline at end of file + "python3 workflow/scripts/sequence_merge.py {params.gene_dir} {output} {params.plotdir}"