Mercurial > repos > iuc > scikit_bio_diversity_beta_diversity
diff macros.xml @ 0:1b6dd7bac122 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit af740247375187e9967441a3dde4ec3784441fe9
| author | iuc |
|---|---|
| date | Tue, 31 May 2016 15:35:23 -0400 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue May 31 15:35:23 2016 -0400 @@ -0,0 +1,39 @@ +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="0.4.2">scikit-bio</requirement> + <yield /> + </requirements> + </xml> + + <xml name="version_command"> + <version_command><![CDATA[python -c "import skbio;print 'scikit-bio version', skbio.__version__"]]></version_command> + </xml> + + <xml name="stdio"> + <stdio> + <exit_code range="1:" /> + <exit_code range=":-1" /> + </stdio> + </xml> + <token name="@VERSION@">0.4.2</token> + + <xml name="params_tree"> + <param name="input_tree" type="data" format="txt" label="Newick Tree file" optional="True" help="You can provide a file or a string"/> + <param name="tree" type="text" value="" label="Newick Tree text" help="You can provide a file or a string"> + <sanitizer invalid_char=""> + <valid initial="string.printable"/> + </sanitizer> + </param> + </xml> + <xml name="citations"> + <citations> + <citation type="bibtex">@unpublished{scikit-bio:2016, + title = "scikit-bio", + author = "Contributors", + url = "http://scikit-bio.org/", + year = "2016 (accessed April 1, 2016)" + }</citation> + </citations> + </xml> +</macros>
