view macros.xml @ 2:7beecdd0976f draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicstuff commit 07701847a3c4d66ee12cecd37b5129ed6984082a
author iuc
date Thu, 10 Oct 2024 17:26:14 +0000
parents 6956f0783d77
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">3.2.3</token><!-- TODO remove cooler and biopython requirement on update -->
    <token name="@PROFILE@">21.09</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">hicstuff</requirement>
            <requirement type="package" version="0.10.2">cooler</requirement>
            <requirement type="package" version="1.84">biopython</requirement>
            <yield/>
        </requirements>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.5281/zenodo.4066363</citation>
            <citation type="bibtex">
@software{cyril_matthey_doret_2020_4066351,
  author       = {Cyril Matthey-Doret and
                  Lyam Baudry and
                  Amaury Bignaud and
                  Axel Cournac and
                  Remi-Montagne and
                  Nadège Guiglielmoni and
                  Théo Foutel-Rodier and
                  Vittore F. Scolari},
  title        = {hicstuff: Simple library/pipeline to generate and handle Hi-C data },
  month        = oct,
  year         = 2020,
  publisher    = {Zenodo},
  version      = {v2.3.1},
  doi          = {10.5281/zenodo.4066351},
  url          = {http://doi.org/10.5281/zenodo.4066363}
}</citation>
            <yield />
        </citations>
    </xml>
</macros>