Draft
Conversation
Extract "OPEN" and "RESTRICTED" data into separate files that are uploaded to S3 separately. This will reduce the amount of duplicate data that we host on S3. Outside of the changes in the workflow, we should delete the previously uploaded "*_with_restricted" files from S3 so that they are not confused with the new "*_restricted" files added here.
Since the previous commit separates the OPEN and RESTRICTED files on S3, update the phylo config to start from these multiple inputs.
2 tasks
Contributor
Author
|
Ah, an issue with splitting into separate files is that we then need to modify trigger_build to work with the separate files. (Would also need to update notify_on_metadata_diff, but maybe that just gets removed depending on discussion in #346). I'm considering taking this opportunity to update mpox to follow the Standardize GitHub Action workflows for pathogen repos. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of proposed changes
Modify ingest workflow to upload OPEN and RESTRICTED sequences in separate files to remove the duplicate OPEN records hosted on S3. Updates the phylogenetic inputs to start from the separate files.
Related issue(s)
Follow up to #342
Similar changes to nextstrain/rsv#112
Checklist