Mercurial > repos > iuc > mageck_test
comparison 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 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:ea8bd0408fc9 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <macros> | |
| 3 <token name="@VERSION@">0.5.7</token> | |
| 4 <xml name="requirements"> | |
| 5 <requirements> | |
| 6 <requirement type="package" version="@VERSION@">mageck</requirement> | |
| 7 <!-- needed for pdf report outputs --> | |
| 8 <requirement type="package" version="3.0.1">r-gplots</requirement> | |
| 9 <requirement type="package" version="1.8_2">r-xtable</requirement> | |
| 10 <yield/> | |
| 11 </requirements> | |
| 12 </xml> | |
| 13 <xml name="version"> | |
| 14 <version_command>mageck -v </version_command> | |
| 15 </xml> | |
| 16 <xml name="citations"> | |
| 17 <citations> | |
| 18 <citation type="doi">10.1186/s13059-014-0554-4</citation> | |
| 19 </citations> | |
| 20 </xml> | |
| 21 <xml name="sort_criteria"> | |
| 22 <param name="sort_criteria" argument="--sort-criteria" type="select" label="Sorting criteria"> | |
| 23 <option value="neg" selected="True">Negative selection</option> | |
| 24 <option value="pos">positive selection</option> | |
| 25 </param> | |
| 26 </xml> | |
| 27 </macros> |
