Mercurial > repos > iuc > hivclustering
view macros.xml @ 1:82a1f2b4e441 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hivclustering/ commit fb9914c1e5dc3555b3d57926259d76dd9a624039
| author | iuc |
|---|---|
| date | Sat, 05 Oct 2024 16:40:40 +0000 |
| parents | aa1c50d6ce93 |
| children | 0fabd3ab9901 |
line wrap: on
line source
<?xml version="1.0"?> <macros> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">python-hivclustering</requirement> </requirements> </xml> <token name="@TOOL_VERSION@">1.3.1</token> <token name="@VERSION_SUFFIX@">1</token> <token name="@PROFILE@">23.1</token> <xml name="citations"> <citations> <citation type="bibtex"> @UNPUBLISHED{spond, author = "Sergei Kosakovsky Pond", title = "HyPhy: Hypothesis Testing using Phylogenies", year = "2000", note = "http://hyphy.org/", url = "http://hyphy.org/"} </citation> </citations> </xml> </macros>
