view macros.xml @ 1:abda9f79fde5 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicstuff commit c1b3c8d3e6a2f18ae89918e89d8dc8a3a0a6d24c
author iuc
date Fri, 04 Oct 2024 08:47:50 +0000
parents 69efdb94f75c
children 8145c21a0ca7
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">3.1.5</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.80">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>