Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Dec 12, 2023
1 parent 3321925 commit e255f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingest/workflow/snakemake_rules/nextclade.smk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule nextclade_all:
sequences="data/sequences.fasta",
dataset="../nextclade_data/all",
output:
"results/nextclade_results/nextclade_all.tsv",
"data/nextclade_results/nextclade_all.tsv",
threads: 4
shell:
"""
Expand Down

0 comments on commit e255f69

Please sign in to comment.