Mercurial > repos > iuc > hivclustering
view macros.xml @ 2:a30209d11e12 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hivclustering/ commit 52637bc31cb13292cd8b73dc8e253fb460c0ad1c
author | iuc |
---|---|
date | Sun, 15 Dec 2024 09:07:42 +0000 |
parents | a175c35ccdce |
children |
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@">2</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>