Mercurial > repos > iuc > scikit_bio_diversity_beta_diversity
diff macros.xml @ 0:63706c95c9ed draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit d46d41c5fec10407bd6b5cb77a11d9b43b82b95e
| author | iuc |
|---|---|
| date | Fri, 23 Sep 2016 12:17:38 -0400 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Fri Sep 23 12:17:38 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>
