view macros.xml @ 75:9c6fbb7d5a2a draft

planemo upload for repository https://github.com/kpbioteam/ewas_galaxy commit 9ce5c86f66f4a0cb64a1b8f48a2a937268b62064-dirty
author kpbioteam
date Mon, 20 May 2019 07:14:26 -0400
parents 81a9b843e05c
children
line wrap: on
line source

<macros>
    <token name="@VERSION@">@MINFI_VERSION@</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="3.5.1">r-base</requirement>
            <requirement type="package" version="@VERSION@">bioconductor-minfi</requirement>
            <requirement type="package" version="0.4.0">bioconductor-illuminahumanmethylation450kmanifest</requirement>
            <requirement type="package" version="1.42.1">bioconductor-rtracklayer</requirement>
            <yield />
        </requirements>
    </xml>
    <token name="@MINFI_VERSION@">1.28.0</token>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1093/bioinformatics/btu049</citation>
        </citations>
    </xml>
</macros>