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

Adopt pathogen-repo-guide file structure #14

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

victorlin
Copy link
Member

Description of proposed changes

First thing I did was copy the pathogen-repo-guide files into the repo root. Command:

curl -L https://github.com/nextstrain/pathogen-repo-guide/archive/b4001735fa55448f1426ff90cca93c667ca121ce.zip -o repo.zip && tar -xf repo.zip --strip-components=1 && rm repo.zip

Then I moved existing files to phylogenetic/ and split Snakefile into the separate rules files. Notes:

  1. I completely dropped the Fauna download/parse steps as those are replaced by the ingest workflow.
  2. The phylogenetic and nextclade workflows do not work as-is. These will be addressed by future changes.

Related issue(s)

#10

Checklist

  • Checks pass

@victorlin victorlin self-assigned this Feb 6, 2025
First thing I did was copy the pathogen-repo-guide files into the repo
root. Command:

    curl -L https://github.com/nextstrain/pathogen-repo-guide/archive/b4001735fa55448f1426ff90cca93c667ca121ce.zip -o repo.zip && tar -xf repo.zip --strip-components=1 && rm repo.zip

Then I moved existing files to phylogenetic/ and split Snakefile into the
separate rules files. Notes:

1. I completely dropped the Fauna download/parse steps as those are
   replaced by the ingest workflow.
2. The phylogenetic and nextclade workflows do not work as-is. These
   will be addressed by future changes.
@victorlin victorlin force-pushed the victorlin/use-pathogen-repo-guide branch from e1876a4 to ab7c19f Compare February 6, 2025 06:07
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