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

Add Quickstart section to the top level README #30

Merged
merged 2 commits into from
Jan 20, 2024
Merged

Conversation

joverlee521
Copy link
Contributor

Description of proposed changes

Requested internally by @trvrb to point to add a Quickstart section to point people to the primary workflow of the repo.¹

¹ https://bedfordlab.slack.com/archives/C0KQCN813/p1705696505953639

Checklist

  • Checks pass

Requested internally by @trvrb to point to add a Quickstart section
to point people to the primary workflow of the repo.¹

¹ https://bedfordlab.slack.com/archives/C0KQCN813/p1705696505953639
joverlee521 added a commit to nextstrain/mpox that referenced this pull request Jan 19, 2024
@joverlee521 joverlee521 requested a review from a team January 19, 2024 22:17
Comment on lines +16 to +18
cd phylogenetic/
nextstrain build .
nextstrain view .
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be two lines as well:

Suggested change
cd phylogenetic/
nextstrain build .
nextstrain view .
nextstrain build phylogenetic/
nextstrain view phylogenetic/

Copy link
Member

@trvrb trvrb Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! I think I might prefer the 3-line cd version as https://github.com/nextstrain/zika/blob/main/phylogenetic/README.md seems to be suggesting to run from within phylogenetics/ directory. (However, realize now that this actually needs to be spelled out in that readme). Basically expecting Quickstart to not deviate too heavily from the longer version of Usage.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1. Installation section in top-level readme (I'm always looking for this)
2. Make it clearer that phylogenetic workflow needs to be run from within the phylogenetic/ directory
@joverlee521 joverlee521 merged commit 1ec5a1b into main Jan 20, 2024
8 checks passed
@joverlee521 joverlee521 deleted the top-level-readme branch January 20, 2024 00:18
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.

4 participants