Mercurial > repos > dfornika > augur
comparison augur_parse.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 |
comparison
equal
deleted
inserted
replaced
| 0:20ad934c5536 | 1:892c6690a1e8 |
|---|---|
| 16 --output-metadata '$output_metadata' | 16 --output-metadata '$output_metadata' |
| 17 ]]></command> | 17 ]]></command> |
| 18 <inputs> | 18 <inputs> |
| 19 <param name="sequences" type="data" format="fasta" label="Sequences"/> | 19 <param name="sequences" type="data" format="fasta" label="Sequences"/> |
| 20 <param name="fields" type="text" label="Fields in fasta header"/> | 20 <param name="fields" type="text" label="Fields in fasta header"/> |
| 21 <param name="separator" type="text" value="|" label="Separator in fasta header"/> | 21 <param name="separator" type="text" value="|" label="Separator in fasta header"> |
| 22 <sanitizer> | |
| 23 <valid initial="string.printable"> | |
| 24 <remove value="'"/> | |
| 25 </valid> | |
| 26 <mapping initial="none"> | |
| 27 </mapping> | |
| 28 </sanitizer> | |
| 29 </param> | |
| 22 </inputs> | 30 </inputs> |
| 23 <outputs> | 31 <outputs> |
| 24 <data name="output_sequences" format="fasta" /> | 32 <data name="output_sequences" format="fasta" /> |
| 25 <data name="output_metadata" format="tabular" /> | 33 <data name="output_metadata" format="tabular" /> |
| 26 </outputs> | 34 </outputs> |
| 27 <tests> | 35 <tests> |
| 28 <test> | 36 <test> |
| 29 <param name="sequences" value="test_00_sequences.input.fasta" /> | 37 <param name="sequences" value="augur_parse_test_0_sequences.input.fasta" /> |
| 30 <param name="fields" value="strain country year" /> | 38 <param name="fields" value="strain country year" /> |
| 31 <output name="output_sequences" file="test_00_sequences.output.fasta" /> | 39 <output name="output_sequences" file="augur_parse_test_0_sequences.output.fasta" /> |
| 32 <output name="output_metadata" file="test_00_metadata.output.fasta" /> | 40 <output name="output_metadata" file="augur_parse_test_0_metadata.output.csv" /> |
| 33 </test> | 41 </test> |
| 34 </tests> | 42 </tests> |
| 35 <help><![CDATA[ | 43 <help><![CDATA[ |
| 36 Parse delimited fields from FASTA sequence names into a TSV and FASTA file. | 44 Parse delimited fields from FASTA sequence names into a TSV and FASTA file. |
| 37 ]]></help> | 45 ]]></help> |
| 38 <citations> | 46 <expand macro="citations" /> |
| 39 <citation type="bibtex"> | |
| 40 @article{hadfield2018nextstrain, | |
| 41 title={Nextstrain: real-time tracking of pathogen evolution}, | |
| 42 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}, | |
| 43 journal={Bioinformatics}, | |
| 44 volume={34}, | |
| 45 number={23}, | |
| 46 pages={4121--4123}, | |
| 47 year={2018}, | |
| 48 publisher={Oxford University Press} | |
| 49 } | |
| 50 </citation> | |
| 51 </citations> | |
| 52 </tool> | 47 </tool> |
