You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,31 +19,34 @@ This homework will focus on using [Nextstrain](https://nextstrain.org/) to infer
19
19
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.
20
20
21
21
You should check that the installation is working by running the "Zika tutorial" described here with:
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
+
27
29
*`mkdir data`
28
30
*`cp example_data/* data/`
31
+
29
32
To make things run faster, open the file `config/config.yml` and change `sequences_per_group` under `filter` from `2000` to `10`.
30
33
Then, run the build with:
34
+
31
35
*`nextstrain build .` (container-based installation) or `snakemake -p` (local installation)
36
+
32
37
This will complete in ~10 minutes. You can then view results with:
Open a browser to http://127.0.0.1:4000 (container-based installation) or http://localhost:4000 (local installation) to view the results.
35
42
36
43
Next:
44
+
37
45
* Create a new GitHub public repository on your personal account titled `gs541-phylogeography`.
38
46
* Rename the file `auspice/ncov_global.json` generated above to `auspice/gs541-phylogeography.json` and commit to this repository.
39
47
* Doing so will make the link nextstrain.org/community/{your-github-username}/gs541-phylogeography display this Auspice file.
40
48
41
49
For the assignment, please upload:
50
+
42
51
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:
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