Skip to content

Commit 8224927

Browse files
one more
1 parent e25f18a commit 8224927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ingest/build-configs/nextstrain-automation/slack_notifications.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ingest/build-configs/nextstrain-automation/upload.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)