This pull request addresses several issues that emerged after implementing automation for the ingest and phylogenetic workflows. The following improvements have been made:
Renamed the final phylogenetic dataset from WNV-nextstrain_NA.json to WNV.json to align with the automation's expected format (<pathogen>.json or <pathogen>_*.json).
Removed outdated output files from the phylogenetic/auspice/*.json directory to streamline the repository.
To the phylogenetic workflow, added rules to download metadata and sequence files from s3 instead of pulling from the ingest/results directory
Resolved an issue where uncompressed versions of metadata and sequence files were being uploaded due to the use of outdated scripts/upload-to-s3 scripts.
Fixed the above bug by git subrepo-ing the vendored scripts and using the fixed vendored/upload-to-s3 script
Delete any remaining unused or redundent scripts from the ingest/scripts folder
Description of proposed changes
This pull request addresses several issues that emerged after implementing automation for the
ingest
andphylogenetic workflows
. The following improvements have been made:WNV-nextstrain_NA.json
toWNV.json
to align with the automation's expected format (<pathogen>.json
or<pathogen>_*.json
).phylogenetic/auspice/*.json
directory to streamline the repository.ingest/results
directoryscripts/upload-to-s3
scripts.vendored
scripts and using the fixedvendored/upload-to-s3
scriptingest/scripts
folderRelated issue(s)
Checklist