Skip to content

Commit

Permalink
Updating target for metaquast: report.html not created when there are…
Browse files Browse the repository at this point in the history
… not hits against NCBI Viral database
  • Loading branch information
skchronicles committed Jul 28, 2023
1 parent 4337057 commit 72bcb86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ rule all:
name=samples
),
expand(
join(workpath,"{name}","output","{name}_metaquast","report.html"),
join(workpath,"{name}","output","{name}_metaquast","metaquast.log"),
name=samples
),
# Krona, project-level multi-sample report
Expand Down
2 changes: 1 addition & 1 deletion workflow/rules/paired-end.smk
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ rule metaquast:
contigs=get_contigs_fasta,
dep=join(workpath,"{name}","temp","{name}.metaquast.fa"),
output:
report=join(workpath,"{name}","output","{name}_metaquast","report.html")
log=join(workpath,"{name}","output","{name}_metaquast","metaquast.log"),
params:
rname='metaq',
ref=join(workpath,"{name}","temp","metaquastref"),
Expand Down

0 comments on commit 72bcb86

Please sign in to comment.