Mercurial > repos > iuc > mageck_test
view mageck_macros.xml @ 0:ea8bd0408fc9 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 3a58259cd0f035510963d470ea8ddbe551aea058-dirty
| author | iuc |
|---|---|
| date | Wed, 14 Feb 2018 06:09:02 -0500 |
| parents | |
| children | bd1b6afd52d1 |
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> <!-- needed for pdf report outputs --> <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>mageck -v </version_command> </xml> <xml name="citations"> <citations> <citation type="doi">10.1186/s13059-014-0554-4</citation> </citations> </xml> <xml name="sort_criteria"> <param name="sort_criteria" argument="--sort-criteria" type="select" label="Sorting criteria"> <option value="neg" selected="True">Negative selection</option> <option value="pos">positive selection</option> </param> </xml> </macros>
