annotate augur_parse.xml @ 0:20ad934c5536 draft

planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
author dfornika
date Fri, 05 Apr 2019 13:45:27 -0400
parents
children 892c6690a1e8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
1 <tool id="augur_parse" name="augur parse" version="@TOOL_VERSION@+galaxy0">
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
2 <description></description>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
3 <macros>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
4 <import>macros.xml</import>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
5 </macros>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
6 <requirements>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
7 <requirement type="package" version="@TOOL_VERSION@">augur</requirement>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
8 </requirements>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
9 <version_command>augur --version</version_command>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
10 <command detect_errors="exit_code"><![CDATA[
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
11 augur parse
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
12 --sequences '$sequences'
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
13 --fields $fields
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
14 --separator '$separator'
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
15 --output-sequences '$output_sequences'
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
16 --output-metadata '$output_metadata'
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
17 ]]></command>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
18 <inputs>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
19 <param name="sequences" type="data" format="fasta" label="Sequences"/>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
20 <param name="fields" type="text" label="Fields in fasta header"/>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
21 <param name="separator" type="text" value="|" label="Separator in fasta header"/>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
22 </inputs>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
23 <outputs>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
24 <data name="output_sequences" format="fasta" />
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
25 <data name="output_metadata" format="tabular" />
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
26 </outputs>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
27 <tests>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
28 <test>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
29 <param name="sequences" value="test_00_sequences.input.fasta" />
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
30 <param name="fields" value="strain country year" />
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
31 <output name="output_sequences" file="test_00_sequences.output.fasta" />
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
32 <output name="output_metadata" file="test_00_metadata.output.fasta" />
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
33 </test>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
34 </tests>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
35 <help><![CDATA[
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
36 Parse delimited fields from FASTA sequence names into a TSV and FASTA file.
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
37 ]]></help>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
38 <citations>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
39 <citation type="bibtex">
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
40 @article{hadfield2018nextstrain,
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
41 title={Nextstrain: real-time tracking of pathogen evolution},
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
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},
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
43 journal={Bioinformatics},
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
44 volume={34},
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
45 number={23},
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
46 pages={4121--4123},
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
47 year={2018},
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
48 publisher={Oxford University Press}
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
49 }
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
50 </citation>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
51 </citations>
20ad934c5536 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit bd602c325bc1b6c6453f89cf243bd9cb2dd0c520-dirty
dfornika
parents:
diff changeset
52 </tool>