# HG changeset patch # User dfornika # Date 1554486327 14400 # Node ID 20ad934c553615976e9ae929c1ac18bdd847d877 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty diff -r 000000000000 -r 20ad934c5536 augur_parse.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/augur_parse.xml Fri Apr 05 13:45:27 2019 -0400 @@ -0,0 +1,52 @@ + + + + macros.xml + + + augur + + augur --version + + + + + + + + + + + + + + + + + + + + + + @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} + } + + + diff -r 000000000000 -r 20ad934c5536 macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Fri Apr 05 13:45:27 2019 -0400 @@ -0,0 +1,3 @@ + + 3.1.5 + diff -r 000000000000 -r 20ad934c5536 test-data/test_00_metadata.output.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/test_00_metadata.output.tsv Fri Apr 05 13:45:27 2019 -0400 @@ -0,0 +1,5 @@ +strain country year +strain-01 France 2012 +strain-02 Germany 2008 +strain-03 China 2016 +strain-04 Canada 2008 diff -r 000000000000 -r 20ad934c5536 test-data/test_00_sequences.input.fasta --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/test_00_sequences.input.fasta Fri Apr 05 13:45:27 2019 -0400 @@ -0,0 +1,8 @@ +>strain-01|France|2012 +ATTCGATC +>strain-02|Germany|2008 +TAGACGGA +>strain-03|China|2016 +AGGATTAC +>strain-04|Canada|2008 +TAATTAGG diff -r 000000000000 -r 20ad934c5536 test-data/test_00_sequences.output.fasta --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/test_00_sequences.output.fasta Fri Apr 05 13:45:27 2019 -0400 @@ -0,0 +1,8 @@ +>strain-01 +ATTCGATC +>strain-02 +TAGACGGA +>strain-03 +AGGATTAC +>strain-04 +TAATTAGG