Mercurial > repos > iuc > mageck_test
annotate mageck_macros.xml @ 2:bd1b6afd52d1 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
| author | iuc |
|---|---|
| date | Wed, 04 Apr 2018 11:02:15 -0400 |
| parents | ea8bd0408fc9 |
| children | ed0926150216 |
| rev | line source |
|---|---|
|
0
ea8bd0408fc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 3a58259cd0f035510963d470ea8ddbe551aea058-dirty
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
|
ea8bd0408fc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 3a58259cd0f035510963d470ea8ddbe551aea058-dirty
iuc
parents:
diff
changeset
|
2 <macros> |
|
2
bd1b6afd52d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
3 |
|
0
ea8bd0408fc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 3a58259cd0f035510963d470ea8ddbe551aea058-dirty
iuc
parents:
diff
changeset
|
4 <token name="@VERSION@">0.5.7</token> |
|
2
bd1b6afd52d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
5 |
|
0
ea8bd0408fc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 3a58259cd0f035510963d470ea8ddbe551aea058-dirty
iuc
parents:
diff
changeset
|
6 <xml name="requirements"> |
|
ea8bd0408fc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 3a58259cd0f035510963d470ea8ddbe551aea058-dirty
iuc
parents:
diff
changeset
|
7 <requirements> |
|
ea8bd0408fc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 3a58259cd0f035510963d470ea8ddbe551aea058-dirty
iuc
parents:
diff
changeset
|
8 <requirement type="package" version="@VERSION@">mageck</requirement> |
|
2
bd1b6afd52d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
9 <requirement type="package" version="1.14.2">numpy</requirement> |
|
0
ea8bd0408fc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 3a58259cd0f035510963d470ea8ddbe551aea058-dirty
iuc
parents:
diff
changeset
|
10 <requirement type="package" version="3.0.1">r-gplots</requirement> |
|
ea8bd0408fc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 3a58259cd0f035510963d470ea8ddbe551aea058-dirty
iuc
parents:
diff
changeset
|
11 <requirement type="package" version="1.8_2">r-xtable</requirement> |
|
ea8bd0408fc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 3a58259cd0f035510963d470ea8ddbe551aea058-dirty
iuc
parents:
diff
changeset
|
12 <yield/> |
|
ea8bd0408fc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 3a58259cd0f035510963d470ea8ddbe551aea058-dirty
iuc
parents:
diff
changeset
|
13 </requirements> |
|
ea8bd0408fc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 3a58259cd0f035510963d470ea8ddbe551aea058-dirty
iuc
parents:
diff
changeset
|
14 </xml> |
|
2
bd1b6afd52d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
15 |
|
0
ea8bd0408fc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 3a58259cd0f035510963d470ea8ddbe551aea058-dirty
iuc
parents:
diff
changeset
|
16 <xml name="version"> |
|
2
bd1b6afd52d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
17 <version_command><![CDATA[ |
|
bd1b6afd52d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
18 echo $(mageck -v )", numpy version" $([python -c "import numpy; numpy.version.version"])", 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: ") |
|
bd1b6afd52d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
19 ]]></version_command> |
|
0
ea8bd0408fc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 3a58259cd0f035510963d470ea8ddbe551aea058-dirty
iuc
parents:
diff
changeset
|
20 </xml> |
|
2
bd1b6afd52d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
21 |
|
bd1b6afd52d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
22 <xml name="sort_criteria"> |
|
bd1b6afd52d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
23 <param name="sort_criteria" argument="--sort-criteria" type="select" optional="true" label="Sorting criteria"> |
|
bd1b6afd52d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
24 <option value="neg" selected="True">Negative selection</option> |
|
bd1b6afd52d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
25 <option value="pos">positive selection</option> |
|
bd1b6afd52d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
26 </param> |
|
bd1b6afd52d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
27 </xml> |
|
bd1b6afd52d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
28 |
|
0
ea8bd0408fc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 3a58259cd0f035510963d470ea8ddbe551aea058-dirty
iuc
parents:
diff
changeset
|
29 <xml name="citations"> |
|
ea8bd0408fc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 3a58259cd0f035510963d470ea8ddbe551aea058-dirty
iuc
parents:
diff
changeset
|
30 <citations> |
|
ea8bd0408fc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 3a58259cd0f035510963d470ea8ddbe551aea058-dirty
iuc
parents:
diff
changeset
|
31 <citation type="doi">10.1186/s13059-014-0554-4</citation> |
|
ea8bd0408fc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 3a58259cd0f035510963d470ea8ddbe551aea058-dirty
iuc
parents:
diff
changeset
|
32 </citations> |
|
ea8bd0408fc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 3a58259cd0f035510963d470ea8ddbe551aea058-dirty
iuc
parents:
diff
changeset
|
33 </xml> |
|
ea8bd0408fc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 3a58259cd0f035510963d470ea8ddbe551aea058-dirty
iuc
parents:
diff
changeset
|
34 </macros> |
