Skip to content

Conversation

@jameshadfield
Copy link
Member

See commits for details

I expect this won't work without changes to https://github.com/nextstrain/infra

I plan to merge shortly to allow testing and fixes / adding a schedule to happen on a branch

The existing code wasn't ever used, it was copy-paste from the our
template repo as far as I can tell
Largely copied from <https://github.com/nextstrain/rabies> but simplified
here into a single action. As we add more workflows to the repo I
expect more complexity will be added. NOTE: there is not yet a schedule
but one should be added once we're happy with behaviour.
@jameshadfield jameshadfield merged commit 3eb80f7 into main Dec 21, 2025
5 checks passed
@jameshadfield jameshadfield deleted the automate branch December 21, 2025 23:43
Comment on lines 18 to +21
metadata.tsv.zst: results/metadata.tsv
metadata_open.tsv.zst: results/metadata_open.tsv
sequences.fasta.zst: results/sequences.fasta
alignments.fasta.zst: results/alignment.fasta
translations.zip: results/translations.zip
sequences_open.fasta.zst: results/sequences_open.fasta
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To prevent our users from accidentally violating the PPX Data Use Terms, I'd want to keep the same pattern for PPX data on S3: the OPEN is the default and the RESTRICTED is explicitly labeled

  metadata.tsv.zst: results/metadata_open.tsv
  metadata_with_restricted.tsv.zst: results/metadata.tsv
  sequences.fasta.zst: results/sequences_open.fasta
  sequences_with_restricted.zst: results/sequences.fasta
  alignment.fasta.zst: results/alignment_open.fasta
  alignment_with_restricted.zst: results/alignment.fasta
  translations_with_restricted.zip: results/translations.zip # note - no 'open' translations yet

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a note in #46 which will hopefully be sufficient until I get around to configuring the workflow properly.

jameshadfield added a commit to nextstrain/infra that referenced this pull request Dec 22, 2025
Corresponding ebola PR <nextstrain/ebola#44>

As per docs, this will be merged into master before I plan and apply the
changes. <https://github.com/nextstrain/infra/blob/main/README.md#merging-prs-when-to-apply-changes>
jameshadfield added a commit that referenced this pull request Dec 22, 2025
Prompted by <#44 (comment)>
this is here as a placeholder until we add proper configuration to the
workflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants