-
Notifications
You must be signed in to change notification settings - Fork 11
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
Conversation
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
Mirroring changes made in nextstrain/zika#30.
cd phylogenetic/ | ||
nextstrain build . | ||
nextstrain view . |
There was a problem hiding this comment.
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:
cd phylogenetic/ | |
nextstrain build . | |
nextstrain view . | |
nextstrain build phylogenetic/ | |
nextstrain view phylogenetic/ |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just added a note on this here https://github.com/nextstrain/zika/pull/30/files#diff-0442ef409a305d27ae6b86f4cd48a1cf192e966cc8cf2e2da016fd63375408fbR17
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
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