annotate macros.xml @ 2:4e27f04ab07c draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit bcfc8451fa622a6bf3aa31fa1e308c394feefb38
author iuc
date Mon, 14 Nov 2016 13:14:40 -0500
parents 1b6dd7bac122
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
1 <macros>
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
2 <xml name="requirements">
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
3 <requirements>
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
4 <requirement type="package" version="0.4.2">scikit-bio</requirement>
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
5 <yield />
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
6 </requirements>
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
7 </xml>
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
8
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
9 <xml name="version_command">
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
10 <version_command><![CDATA[python -c "import skbio;print 'scikit-bio version', skbio.__version__"]]></version_command>
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
11 </xml>
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
12
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
13 <xml name="stdio">
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
14 <stdio>
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
15 <exit_code range="1:" />
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
16 <exit_code range=":-1" />
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
17 </stdio>
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
18 </xml>
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
19 <token name="@VERSION@">0.4.2</token>
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
20
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
21 <xml name="params_tree">
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
22 <param name="input_tree" type="data" format="txt" label="Newick Tree file" optional="True" help="You can provide a file or a string"/>
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
23 <param name="tree" type="text" value="" label="Newick Tree text" help="You can provide a file or a string">
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
24 <sanitizer invalid_char="">
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
25 <valid initial="string.printable"/>
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
26 </sanitizer>
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
27 </param>
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
28 </xml>
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
29 <xml name="citations">
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
30 <citations>
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
31 <citation type="bibtex">@unpublished{scikit-bio:2016,
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
32 title = "scikit-bio",
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
33 author = "Contributors",
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
34 url = "http://scikit-bio.org/",
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
35 year = "2016 (accessed April 1, 2016)"
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
36 }</citation>
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
37 </citations>
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
38 </xml>
1b6dd7bac122 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
iuc
parents:
diff changeset
39 </macros>