Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
alethomas committed Aug 19, 2024
1 parent f68ef53 commit e4bb2fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/ref.smk
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ rule update_lineages:

rule update_pangolin:
output:
"results/{date}/pangolin/update.log",
"results/{date}/pangolin/pangolin-data.log",
log:
"logs/{date}/pangolin/update.log",
"logs/{date}/pangolin/pangolin-data.log",
conda:
"../envs/pangolin.yaml"
shell:
Expand Down
2 changes: 1 addition & 1 deletion workflow/rules/strain_calling.smk
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ rule kallisto_plot_all_strains:
rule pangolin_call_strains:
input:
contigs=get_pangolin_input,
update="results/{date}/pangolin/update.log",
update="results/{date}/pangolin/pangolin-data.log",
output:
"results/{date}/tables/strain-calls/{sample}.{stage}.strains.pangolin.csv",
log:
Expand Down

0 comments on commit e4bb2fa

Please sign in to comment.