Skip to content

Commit

Permalink
Fix DOI links to use preferred https://doi.org URL
Browse files Browse the repository at this point in the history
Thank you @katrinleinweber!
  • Loading branch information
trvrb committed Jul 24, 2019
1 parent 5afa812 commit f869fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ pip install -r requirements

## Citation

[Bell SM, Katzelnick L, Bedford T. 2018. Dengue antigenic relationships predict evolutionary dynamics. bioRxiv: 432054.](http://dx.doi.org/10.1101/432054)
[Bell SM, Katzelnick L, Bedford T. 2018. Dengue antigenic relationships predict evolutionary dynamics. bioRxiv: 432054.](https://doi.org/10.1101/432054)
2 changes: 1 addition & 1 deletion titer_model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Full model details can be found in [Neher et al.](https://www.pnas.org/content/1

## Running the titer model

This model was originally published in [Neher et al (PNAS, 2016)](http://dx.doi.org/10.1073/pnas.1525578113) and implemented as part of the Nextstrain [augur package](https://github.com/nextstrain/augur). The relevant portions of the repository have been reproduced here under [`implementation-nextstrain-augur`](implementation-nextstrain-augur/). Documentation, including install instructions, for the full augur pipeline can be found [here](https://github.com/nextstrain/augur/tree/6d9f7088d8792196e5021c67b876d9de1d2a13dd). Note that for future reuse, I would actually recommend running the model via the newly modularized implementation [here](https://github.com/nextstrain/augur/blob/master/augur/titers.py).
This model was originally published in [Neher et al (PNAS, 2016)](https://doi.org/10.1073/pnas.1525578113) and implemented as part of the Nextstrain [augur package](https://github.com/nextstrain/augur). The relevant portions of the repository have been reproduced here under [`implementation-nextstrain-augur`](implementation-nextstrain-augur/). Documentation, including install instructions, for the full augur pipeline can be found [here](https://github.com/nextstrain/augur/tree/6d9f7088d8792196e5021c67b876d9de1d2a13dd). Note that for future reuse, I would actually recommend running the model via the newly modularized implementation [here](https://github.com/nextstrain/augur/blob/master/augur/titers.py).

### 1 - Prepare input files

Expand Down

0 comments on commit f869fb2

Please sign in to comment.