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

Modernize phylogenetic build [#2] #9

Merged
merged 9 commits into from
Jul 31, 2024
Merged

Modernize phylogenetic build [#2] #9

merged 9 commits into from
Jul 31, 2024

Commits on Jul 19, 2024

  1. Phylogenetic workflow modernization [#2]

    * Update template files to remove instructions and placeholders
    * Add Genbank and GFF references
    * Bring in phylo workflow from pathogen-repo-guide and modify to work
    genehack committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    2b98ab2 View commit details
    Browse the repository at this point in the history
  2. Remove _LEGACY [#2]

    Also remove exclusion from .pre-commit-config.yaml
    genehack committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a9e739b View commit details
    Browse the repository at this point in the history
  3. Misc cleanups and formatting [#2]

    * Drop to Python 3.11 in GitHub pre-commit CI, to match actual
      development practice
    * Clean up formatting of several files
    * Convert all Markdown links to use reference dictionary at end of
      file
    * Add `log` and `benchmark` to all Snakemake rules that didn't have
      them
    * Remove `dump_ncbi_dataset_report` rule
    genehack committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    be791e3 View commit details
    Browse the repository at this point in the history
  4. Add .snakemake to clean rules [#2]

    genehack committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    555b11b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a03a26 View commit details
    Browse the repository at this point in the history
  6. Update ingest to new augur curate commands [#8]

    Also adds logging redirects everywhere
    genehack committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    718130f View commit details
    Browse the repository at this point in the history
  7. git subrepo pull (merge) ingest/vendored

    subrepo:
      subdir:   "ingest/vendored"
      merged:   "980c010"
    upstream:
      origin:   "https://github.com/nextstrain/ingest"
      branch:   "main"
      commit:   "258ab8c"
    git-subrepo:
      version:  "0.4.7"
      origin:   "https://github.com/ingydotnet/git-subrepo/"
      commit:   "c9ec2a6"
    genehack committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    68d51d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f2158b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Refinements to phylogenetic build [#2]

    * Switch Auspice to default color-by=region
    * Remove extra `metadata_columns` (and associated config) when calling
      `augur export v2`
    * Move `--columns` arg of `augur traits` into config
    * Add `--metadata-id-columns` arg to `augur traits` invocation --
      fixes issue where traits were being improperly inferred
    * Use a mid-point tree rooting
    genehack committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ebf1fde View commit details
    Browse the repository at this point in the history