From 1d7688493fa8a65ca054ab2a82d1e0f695c94060 Mon Sep 17 00:00:00 2001 From: skchronicles Date: Tue, 28 Nov 2023 18:09:15 -0500 Subject: [PATCH] Patch: updating excel writer script name --- workflow/rules/paired-end.smk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow/rules/paired-end.smk b/workflow/rules/paired-end.smk index 45d91e9..b416f4a 100644 --- a/workflow/rules/paired-end.smk +++ b/workflow/rules/paired-end.smk @@ -759,7 +759,7 @@ rule blast_metaspades_xlsx: 'qend', 'sstart', 'send', 'evalue', 'bitscore' ]), extension=".metaspades_blast.tsv", - script=join(workpath, "workflow", "scripts", "file2spreadsheet.py"), + script=join(workpath, "workflow", "scripts", "files2spreadsheet.py"), threads: int(allocated("threads", "blast_metaspades_xlsx", cluster)) container: config['images']['blast'] shell: """ @@ -867,7 +867,7 @@ rule blast_megahit_xlsx: 'qend', 'sstart', 'send', 'evalue', 'bitscore' ]), extension=".megahit_blast.tsv", - script=join(workpath, "workflow", "scripts", "file2spreadsheet.py"), + script=join(workpath, "workflow", "scripts", "files2spreadsheet.py"), threads: int(allocated("threads", "blast_megahit_xlsx", cluster)) container: config['images']['blast'] shell: """