Mercurial > repos > iuc > mageck_pathway
annotate mageck_macros.xml @ 6:39a996d44e16 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit e9c464070ad7c01b830345a550477e8dfdcac5ae"
author | iuc |
---|---|
date | Wed, 01 Apr 2020 06:13:05 -0400 |
parents | 9744e1124d0f |
children |
rev | line source |
---|---|
0
c871e57e2abb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 71cef018eec5ee7ff7f3853599c027e80e2637fe
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
c871e57e2abb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 71cef018eec5ee7ff7f3853599c027e80e2637fe
iuc
parents:
diff
changeset
|
2 <macros> |
2
ff3716b505d3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
3 |
6
39a996d44e16
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit e9c464070ad7c01b830345a550477e8dfdcac5ae"
iuc
parents:
5
diff
changeset
|
4 <token name="@VERSION@">0.5.9.2</token> |
2
ff3716b505d3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
5 |
0
c871e57e2abb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 71cef018eec5ee7ff7f3853599c027e80e2637fe
iuc
parents:
diff
changeset
|
6 <xml name="requirements"> |
c871e57e2abb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 71cef018eec5ee7ff7f3853599c027e80e2637fe
iuc
parents:
diff
changeset
|
7 <requirements> |
c871e57e2abb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 71cef018eec5ee7ff7f3853599c027e80e2637fe
iuc
parents:
diff
changeset
|
8 <requirement type="package" version="@VERSION@">mageck</requirement> |
6
39a996d44e16
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit e9c464070ad7c01b830345a550477e8dfdcac5ae"
iuc
parents:
5
diff
changeset
|
9 <requirement type="package" version="3.0.3">r-gplots</requirement> |
39a996d44e16
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit e9c464070ad7c01b830345a550477e8dfdcac5ae"
iuc
parents:
5
diff
changeset
|
10 <requirement type="package" version="1.8_4">r-xtable</requirement> |
39a996d44e16
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit e9c464070ad7c01b830345a550477e8dfdcac5ae"
iuc
parents:
5
diff
changeset
|
11 <requirement type="package" version="3.3.0">r-ggplot2</requirement> |
0
c871e57e2abb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 71cef018eec5ee7ff7f3853599c027e80e2637fe
iuc
parents:
diff
changeset
|
12 <yield/> |
c871e57e2abb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 71cef018eec5ee7ff7f3853599c027e80e2637fe
iuc
parents:
diff
changeset
|
13 </requirements> |
c871e57e2abb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 71cef018eec5ee7ff7f3853599c027e80e2637fe
iuc
parents:
diff
changeset
|
14 </xml> |
2
ff3716b505d3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
15 |
0
c871e57e2abb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 71cef018eec5ee7ff7f3853599c027e80e2637fe
iuc
parents:
diff
changeset
|
16 <xml name="version"> |
2
ff3716b505d3
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[ |
4
0f3a0638a24e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 4478aabdcb10e4787450b1b23944defa7dc38ffe
iuc
parents:
2
diff
changeset
|
18 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: ") |
2
ff3716b505d3
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
c871e57e2abb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 71cef018eec5ee7ff7f3853599c027e80e2637fe
iuc
parents:
diff
changeset
|
20 </xml> |
2
ff3716b505d3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
21 |
ff3716b505d3
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"> |
ff3716b505d3
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"> |
ff3716b505d3
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> |
ff3716b505d3
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> |
ff3716b505d3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
26 </param> |
ff3716b505d3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
27 </xml> |
ff3716b505d3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 49e456dda49db1f52fc876f406a10273a408b1a2
iuc
parents:
0
diff
changeset
|
28 |
0
c871e57e2abb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 71cef018eec5ee7ff7f3853599c027e80e2637fe
iuc
parents:
diff
changeset
|
29 <xml name="citations"> |
c871e57e2abb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 71cef018eec5ee7ff7f3853599c027e80e2637fe
iuc
parents:
diff
changeset
|
30 <citations> |
c871e57e2abb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 71cef018eec5ee7ff7f3853599c027e80e2637fe
iuc
parents:
diff
changeset
|
31 <citation type="doi">10.1186/s13059-014-0554-4</citation> |
c871e57e2abb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 71cef018eec5ee7ff7f3853599c027e80e2637fe
iuc
parents:
diff
changeset
|
32 </citations> |
c871e57e2abb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 71cef018eec5ee7ff7f3853599c027e80e2637fe
iuc
parents:
diff
changeset
|
33 </xml> |
c871e57e2abb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 71cef018eec5ee7ff7f3853599c027e80e2637fe
iuc
parents:
diff
changeset
|
34 </macros> |