Skip to content

Commit 6503026

Browse files
committed
Update formatting
1 parent f8fd8aa commit 6503026

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,31 +19,34 @@ This homework will focus on using [Nextstrain](https://nextstrain.org/) to infer
1919
Start by installing Nextstrain by following these instructions: [https://nextstrain.org/docs/getting-started/quickstart](nextstrain.org/docs/getting-started/quickstart). Slightly confusingly, we have two ways to get software installed. If you can run Docker on your computer, the ["container-based" installation](https://nextstrain.org/docs/getting-started/container-installation) should be easier and is what's recommended by the quickstart. If Docker is giving you problems, you should try the ["local" installation](https://nextstrain.org/docs/getting-started/local-installation) that relies on Conda.
2020

2121
You should check that the installation is working by running the "Zika tutorial" described here with:
22+
2223
* [Downloading Zika tutorial repository](https://nextstrain.org/docs/getting-started/quickstart#download-the-nextstrainzika-tutorial-repository)
2324
* [Running the build](https://nextstrain.org/docs/getting-started/quickstart#run-the-build)
2425
* [Visualize build results](https://nextstrain.org/docs/getting-started/quickstart#visualize-build-results)
2526

2627
Once things are correctly installed, download the "ncov" repository here: [github.com/nextstrain/ncov](https://github.com/nextstrain/ncov). There is an example dataset in `example_data`. To get this in place run:
28+
2729
* `mkdir data`
2830
* `cp example_data/* data/`
31+
2932
To make things run faster, open the file `config/config.yml` and change `sequences_per_group` under `filter` from `2000` to `10`.
3033
Then, run the build with:
34+
3135
* `nextstrain build .` (container-based installation) or `snakemake -p` (local installation)
36+
3237
This will complete in ~10 minutes. You can then view results with:
38+
3339
* `nextstrain view auspice/` (container-based installation) or `auspice view --datasetDir auspice` (local installation)
40+
3441
Open a browser to http://127.0.0.1:4000 (container-based installation) or http://localhost:4000 (local installation) to view the results.
3542

3643
Next:
44+
3745
* Create a new GitHub public repository on your personal account titled `gs541-phylogeography`.
3846
* Rename the file `auspice/ncov_global.json` generated above to `auspice/gs541-phylogeography.json` and commit to this repository.
3947
* Doing so will make the link nextstrain.org/community/{your-github-username}/gs541-phylogeography display this Auspice file.
4048

4149
For the assignment, please upload:
50+
4251
1. A link to your GitHub repository for `gs541-phylogeography` and a link to your community Nextstrain page. _30 points_
43-
2. A paragraph write-up that describes your interpretation of the transmission history from an individual country or state from nextstrain.org/ncov (your choice). You can filter to a specific state by clicking under "Filter by Admin Division" here: [nextstrain.org/ncov/north-america?c=division&r=division](https://nextstrain.org/ncov/north-america?c=division&r=division). For countries outside North America, I'd recommend using a region specific build:
44-
* [Africa](https://nextstrain.org/ncov/africa)
45-
* [Asia](https://nextstrain.org/ncov/asia)
46-
* [Europe](https://nextstrain.org/ncov/europe)
47-
* [Oceania](https://nextstrain.org/ncov/oceania?c=division&r=division)
48-
* [South America](https://nextstrain.org/ncov/south-america)
49-
You can filter to a specific country by clicking under "Filter by County". _30 points_
52+
2. A paragraph write-up that describes your interpretation of the transmission history from an individual country or state from nextstrain.org/ncov (your choice). You can filter to a specific state by clicking under "Filter by Admin Division" here: [nextstrain.org/ncov/north-america?c=division&r=division](https://nextstrain.org/ncov/north-america?c=division&r=division). For countries outside North America, I'd recommend using a region specific build: [Africa](https://nextstrain.org/ncov/africa), [Asia](https://nextstrain.org/ncov/asia), [Europe](https://nextstrain.org/ncov/europe), [Oceania](https://nextstrain.org/ncov/oceania?c=division&r=division), [South America](https://nextstrain.org/ncov/south-america). You can filter to a specific country by clicking under "Filter by County". _30 points_

0 commit comments

Comments
 (0)