Skip to content

Commit

Permalink
Server hotfixes - 230419 (#616)
Browse files Browse the repository at this point in the history
* Rename gisaid flu workflow folders

* suspend VOC mining for now

* Ignore new update scripts
  • Loading branch information
atc3 authored Apr 19, 2023
1 parent 81e48f1 commit 2375d52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ server/htpasswd
# Ignore site deployment scripts
push_data.sh
daily_update.sh
daily_update_new.sh
daily_update_rsv.sh
daily_update_sars2_genbank.sh
daily_update_sars2_gisaid.sh
update_gisaid.sh
update_genbank.sh
filter_list.txt
Expand Down
2 changes: 1 addition & 1 deletion config/config_flu_gisaid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ static_data_folder: "static_data/flu"
# Path to folder with data to use in development
# This path is relative to the project root
# Only used for database seeding in development
example_data_folder: "data_flu_small"
example_data_folder: "data_gisaid_flu"

# Database for this virus
postgres_db: "flu_gisaid"
Expand Down
2 changes: 1 addition & 1 deletion workflow_main/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def sars2_output(wildcards):
if config['virus'] == 'sars2':
return [
rules.build_phylotree_graph.output.graph_table,
os.path.join(data_folder, "status", "update_vocs_" + today_str + ".done"),
#os.path.join(data_folder, "status", "update_vocs_" + today_str + ".done"),
os.path.join(data_folder, "spikenuc.fa.gz"),
os.path.join(data_folder, "spikeaa.fa.gz")
]
Expand Down

0 comments on commit 2375d52

Please sign in to comment.