Mercurial > repos > iuc > gprofiler_gost
comparison macros.xml @ 0:51916b7025ba draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gprofiler/ commit ed9b518a6aaf6a5aada47e39c039f6936e41b290"
author | iuc |
---|---|
date | Thu, 14 Nov 2019 06:00:39 -0500 |
parents | |
children | bf39cdd007f5 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:51916b7025ba |
---|---|
1 <?xml version="1.0"?> | |
2 <macros> | |
3 <xml name="requirements"> | |
4 <requirements> | |
5 <requirement type="package" version="@TOOL_VERSION@">r-gprofiler2</requirement> | |
6 <requirement type="package" version="2.7.3">pandoc</requirement> | |
7 <yield /> | |
8 </requirements> | |
9 </xml> | |
10 | |
11 <token name="@TOOL_VERSION@">0.1.7</token> | |
12 <token name="@VERSION@">@TOOL_VERSION@+galaxy10</token> | |
13 | |
14 <xml name="version_command"> | |
15 <version_command> | |
16 Rscript -e 'library(gprofiler2); packageVersion("gprofiler2")' | sed 's/\[1\] //' | sed 's/.//;s/.$//' | |
17 </version_command> | |
18 </xml> | |
19 | |
20 <token name="@REFERENCES@"><![CDATA[ | |
21 | |
22 This tool is part of the `g:Profiler`_ from the `University of Tartu`_. | |
23 | |
24 .. _g:Profiler: https://biit.cs.ut.ee/gprofiler/ | |
25 .. _University of Tartu: https://ut.ee/en/ | |
26 | |
27 **Resources** | |
28 * `A complete list of suppоrted organism IDs`_ | |
29 * `A complete list of supported namespaces`_ | |
30 | |
31 .. _A complete list of suppоrted organism IDs: https://biit.cs.ut.ee/gprofiler/page/organism-list | |
32 .. _A complete list of supported namespaces: https://biit.cs.ut.ee/gprofiler/page/namespaces-list | |
33 | |
34 **gprofiler2 R tool** | |
35 * https://CRAN.R-project.org/package=gprofiler2 — as CRAN package. | |
36 * https://anaconda.org/conda-forge/r-gprofiler2 — as conda-forge package. | |
37 | |
38 **Contact** | |
39 * Contact us at biit.support@ut.ee for further help. | |
40 | |
41 .. class:: warningmark | |
42 | |
43 By default the tool makes requests to APIs of the latest g:Profiler instance with the most recent data release. | |
44 Please, use ’Tool Settings → Base URL’ to modify it in case you want to make use of older data versions. Also, if the | |
45 results should be pinned for reproducibility, we suggest to modify the base url to the last archived data version. | |
46 | |
47 ]]></token> | |
48 | |
49 <xml name="input"> | |
50 <param name="input" type="data" format="txt" label="Input is whitespace-separated list of genes, proteins, probes, term IDs or chromosomal regions." /> | |
51 </xml> | |
52 <xml name="organism" token_name="organism" token_label="Organism" | |
53 token_hsapiens_selected="true" token_mmusculus_selected="false"> | |
54 <conditional name="@NAME@"> | |
55 <param name="select_input_type" type="select" label="@LABEL@"> | |
56 <option value="select">Common organisms</option> | |
57 <option value="input">Enter organism ID</option> | |
58 </param> | |
59 <when value="select"> | |
60 <param name="organism" type="select" label="Common organisms"> | |
61 <option value="athaliana">Arabidopsis thaliana</option> | |
62 <option value="afumigatusa1163">Aspergillus fumigatus A1163</option> | |
63 <option value="btaurus">Bos taurus (Cow)</option> | |
64 <option value="celegans">Caenorhabditis elegans</option> | |
65 <option value="cfamiliaris">Canis lupus familiaris (Dog)</option> | |
66 <option value="drerio">Danio rerio (Zebrafish)</option> | |
67 <option value="dmelanogaster">Drosophila melanogaster</option> | |
68 <option value="ggallus">Gallus gallus (Chicken)</option> | |
69 <option value="hsapiens" selected="@HSAPIENS_SELECTED@">Homo sapiens (Human)</option> | |
70 <option value="mmusculus" selected="@MMUSCULUS_SELECTED@">Mus musculus (Mouse)</option> | |
71 <option value="osativa">Oryza sativa Japonica Group</option> | |
72 <option value="pteres">Pyrenophora teres f. teres 0-1 (Pyrenophora teres)</option> | |
73 <option value="rnorvegicus">Rattus norvegicus (Rat)</option> | |
74 <option value="scerevisiae">Saccharomyces cerevisiae</option> | |
75 <option value="zmays">Zea mays</option> | |
76 </param> | |
77 </when> | |
78 <when value="input"> | |
79 <param name="organism" type="text" value="hsapiens" label="Enter organism ID" help="Organism IDs are constructed by concatenating the first letter of the generic name and the specific name. E.g., human — Homo sapiens — ’hsapiens’, mouse — Mus musculus — ’mmusculus’, thale cress — Arabidopsis thaliana — ’athaliana’. Check the help section below for the complete list of supported organism IDs." /> | |
80 </when> | |
81 </conditional> | |
82 </xml> | |
83 | |
84 <xml name="filter_na"> | |
85 <param name="filter_na" type="boolean" checked="false" truevalue="T" falsevalue="F" label="Filter N/A" help="Whether to filter out results without a corresponding target name." /> | |
86 </xml> | |
87 | |
88 <xml name="tool_settings"> | |
89 <section name="tool_settings" title="Tool settings" expanded="false"> | |
90 <param type="text" name="base_url" label="Base URL" optional="true" help="Useful for overriding the default URL (http://biit.cs.ut.ee/gprofiler) with the beta (https://biit.cs.ut.ee/gprofiler_beta) or a compatible archived version (available starting from the version e94_eg41_p11, e.g. https://biit.cs.ut.ee/gprofiler_archive3/e94_eg41_p11)." value="http://biit.cs.ut.ee/gprofiler" /> | |
91 <yield /> | |
92 </section> | |
93 </xml> | |
94 | |
95 <xml name="citations"> | |
96 <citations> | |
97 <citation type="doi">doi:10.1093/nar/gkz369</citation> | |
98 <yield /> | |
99 </citations> | |
100 </xml> | |
101 </macros> |