Mercurial > repos > dfornika > augur
diff macros.xml @ 1:892c6690a1e8 draft default tip
planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit a71ecf1b4a86227084935c6f60dfd130b7d0997b-dirty
| author | dfornika |
|---|---|
| date | Mon, 08 Apr 2019 13:27:08 -0400 |
| parents | 20ad934c5536 |
| children |
line wrap: on
line diff
--- a/macros.xml Fri Apr 05 13:45:27 2019 -0400 +++ b/macros.xml Mon Apr 08 13:27:08 2019 -0400 @@ -1,3 +1,19 @@ <macros> <token name="@TOOL_VERSION@">3.1.5</token> + <xml name="citations"> + <citations> + <citation type="bibtex"> + @article{hadfield2018nextstrain, + title={Nextstrain: real-time tracking of pathogen evolution}, + author={Hadfield, James and Megill, Colin and Bell, Sidney M and Huddleston, John and Potter, Barney and Callender, Charlton and Sagulenko, Pavel and Bedford, Trevor and Neher, Richard A}, + journal={Bioinformatics}, + volume={34}, + number={23}, + pages={4121--4123}, + year={2018}, + publisher={Oxford University Press} + } + </citation> + </citations> + </xml> </macros>
