File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ingest/build-configs/nextstrain-automation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ rule notify_on_input_data_change:
3232 vendored_scripts = VENDORED_SCRIPTS ,
3333 shell :
3434 """
35- {params.vendored_scripts}/notify-on-record-change {input.ppx_ndjson} {params.s3_src:q}/ncbi .ndjson.zst Pathoplexus
35+ {params.vendored_scripts}/notify-on-record-change {input.ppx_ndjson} {params.s3_src:q}/ppx .ndjson.zst Pathoplexus
3636 """
3737
3838
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def _get_upload_inputs(wildcards):
3636 if send_notifications :
3737 flag_file = []
3838
39- if inputs ["file_to_upload" ] == "data/ncbi .ndjson" :
39+ if inputs ["file_to_upload" ] == "results/ppx .ndjson.zst " :
4040 flag_file = "data/notify/input-data-change.done"
4141 elif inputs ["file_to_upload" ] == "results/metadata.tsv" :
4242 flag_file = "data/notify/metadata-diff.done"
You can’t perform that action at this time.
0 commit comments