Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest alignment to pathogen-repo-guide in 2024 #89

Closed
wants to merge 7 commits into from
Closed

Conversation

j23414
Copy link
Contributor

@j23414 j23414 commented Dec 30, 2024

Description of Proposed Changes

While working on this repository to add the frequency panel, I took the opportunity to update the workflow to align with the latest version of the Pathogen Repo Guide.

The following commits were extracted from the larger frequency PR (#88) and are included here:

Changes to Conform to the Pathogen Repo Guide

Ingest Workflow:

  • Renamed authors to full_authors and abbr_authors to authors.
  • Updated genbank_accession to accession and genbank_accession_rev to accession_version.
  • Added code to generate a url column.
  • Renamed release_date to date_released and update_date to date_updated.
  • Added a new is_lab_host column.

Phylogenetic Workflow:

  • Renamed */config directories to */defaults.
  • Automatically filtered out entries with is_lab_host from downstream analysis.

Related Issues

Checklist

  • All checks pass.

Since auspice automatically detects "authors" and we prefer the abbreviated authors
list displayed, change "abbr_authors" to "authors" and "authors" to "full_authors".

This matches the pathogen-repo-guide
To match the pathogen repo guide, change:

* `genbank_accession` to `accession`
* `genbank_accession_rev` to `accession_version`

There should be a subsequent change in the phylogenetic workflow
To be more consistent with the pathogen-repo-guide and the ingest workflow
Use the combination of `accession` and `url` fields in the phylogenetic build.
This change follows a similar change to the ingest workflow.
@j23414
Copy link
Contributor Author

j23414 commented Jan 2, 2025

Ended up fixing the frequencies plot in #88 so these commits will be part of that PR

@j23414 j23414 closed this Jan 2, 2025
@j23414 j23414 deleted the update-2024 branch January 2, 2025 17:21
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.

1 participant