view mageck_macros.xml @ 4:0f3a0638a24e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 4478aabdcb10e4787450b1b23944defa7dc38ffe
author iuc
date Mon, 04 Jun 2018 10:57:25 -0400
parents ff3716b505d3
children 9744e1124d0f
line wrap: on
line source

<?xml version="1.0"?>
<macros>

    <token name="@VERSION@">0.5.7</token>

    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@VERSION@">mageck</requirement>
            <requirement type="package" version="3.0.1">r-gplots</requirement>
            <requirement type="package" version="1.8_2">r-xtable</requirement>
            <yield/>
        </requirements>
    </xml>

    <xml name="version">
        <version_command><![CDATA[
            echo $(mageck -v )", gplots version" $(R --vanilla --slave -e "library(gplots); cat(sessionInfo()\$otherPkgs\$gplots\$Version)" 2> /dev/null | grep -v -i "WARNING: ")", xtable version" $(R --vanilla --slave -e "library(xtable); cat(sessionInfo()\$otherPkgs\$xtable\$Version)" 2> /dev/null | grep -v -i "WARNING: ")
        ]]></version_command>
    </xml>

    <xml name="sort_criteria">
        <param name="sort_criteria" argument="--sort-criteria" type="select" optional="true" label="Sorting criteria">
            <option value="neg" selected="True">Negative selection</option>
            <option value="pos">positive selection</option>
        </param>
      </xml>

    <xml name="citations">
        <citations>
            <citation type="doi">10.1186/s13059-014-0554-4</citation>
        </citations>
    </xml>
</macros>