Skip to content

Commit

Permalink
Patch: updating excel writer script name
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Nov 28, 2023
1 parent 7684769 commit 1d76884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/paired-end.smk
Original file line number Diff line number Diff line change
Expand Up @@ -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: """
Expand Down Expand Up @@ -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: """
Expand Down

0 comments on commit 1d76884

Please sign in to comment.