view macros.xml @ 1:a175c35ccdce draft default tip

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:47 +0000
parents ef842bb94d1f
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@">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>