annotate kobas_identify.xml @ 6:a783ef5dcaa7 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Tue, 31 Aug 2021 09:14:20 +0000
parents d1f8912a4796
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
1 <tool id="kobas_identify" name="KOBAS Identify" version="@TOOL_VERSION@">
0
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
2 <description>KEGG Orthology Based Annotation System</description>
6
a783ef5dcaa7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 5
diff changeset
3 <xrefs>
a783ef5dcaa7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 5
diff changeset
4 <xref type="bio.tools">kobas</xref>
a783ef5dcaa7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 5
diff changeset
5 </xrefs>
0
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
6 <macros>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
7 <import>kobas_macros.xml</import>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
8 </macros>
4
dc84c4e1f9c4 planemo upload commit f6412ce479ec7ea8984e82ea1b226a039133eea4
iuc
parents: 0
diff changeset
9
dc84c4e1f9c4 planemo upload commit f6412ce479ec7ea8984e82ea1b226a039133eea4
iuc
parents: 0
diff changeset
10 <expand macro="requirements"/>
0
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
11
5
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
12 <command><![CDATA[
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
13 mkdir sqlite &&
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
14 mkdir seq_pep &&
0
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
15
5
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
16 #if not isinstance( $db.value, list ):
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
17 #set $db_args = [ $db.value ]
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
18 #else:
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
19 #set $db_args = $db.value
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
20 #end if
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
21 #set $db_args = "/".join($db.value)
0
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
22
5
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
23 ln -s '$kobasdb' 'sqlite/${species}.db' &&
0
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
24
5
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
25 kobas-identify
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
26 -f '$fgfile'
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
27 #if $bg.bgtype == 'file':
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
28 -b '$bg.bgfile'
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
29 #elif $bg.bgtype == 'species':
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
30 -b '$bg.bgspecies'
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
31 #end if
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
32 -d '$db_args'
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
33 -m '$method'
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
34 -n '$fdr'
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
35 -c $cutoff
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
36 -q sqlite
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
37 -p blastp
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
38 -x blastx
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
39 -o '$output'
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
40 ]]></command>
0
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
41 <inputs>
5
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
42 <param argument="--fgfile" type="data" format="tabular" label="Foreground" help="Foreground file, the output of KOBAS Annotate"/>
0
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
43
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
44 <expand macro="input_kobasdb"/>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
45
5
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
46 <param type="select" label="Database" argument="--db" multiple="True" optional="false" display="checkboxes" help="Select your desired databases:
0
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
47 (Note: the Corrected P-Values will be affected by the number of selected databases)">
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
48 <option value="K">KEGG Pathway</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
49 <option value="n">PID</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
50 <option value="b">BioCarta</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
51 <option value="R">Reactome</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
52 <option value="B">BioCyc</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
53 <option value="P">PANTHER</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
54 <option value="o">OMIM</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
55 <option value="k">KEGG Disease</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
56 <option value="f">FunDo</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
57 <option value="g">GAD</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
58 <option value="N">NHGRI GWAS Catalog</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
59 <option value="G">Gene Ontology</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
60 <option value="S">Gene Ontology Slim (GOslim)</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
61 </param>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
62
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
63 <conditional name="bg">
5
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
64 <param name="bgtype" argument="--bgfile" type="select" label="Background"
0
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
65 help="Optional background file, the output of annotate (3 or 4-letter
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
66 file name is not allowed), or species abbreviation
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
67 (for example: hsa for Homo sapiens, mmu for Mus
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
68 musculus, dme for Drosophila melanogaster, ath for
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
69 Arabidopsis thaliana, sce for Saccharomyces cerevisiae
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
70 and eco for Escherichia coli K-12 MG1655), default
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
71 same species as annotate">
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
72 <option value="same" selected="True">Same species as annotate</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
73 <option value="file">Background file from KOBAS Annotate</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
74 <option value="species">Species abbreviation</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
75 </param>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
76 <when value="same"></when>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
77 <when value="file">
5
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
78 <param name="bgfile" type="data" format="txt" label="Background file"/>
0
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
79 </when>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
80 <when value="species">
5
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
81 <param name="bgspecies" type="text" label="Species abbreviation"
0
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
82 help="For example: ko for KEGG
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
83 Orthology, hsa for Homo sapiens, mmu for Mus musculus,
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
84 dme for Drosophila melanogaster, ath for Arabidopsis
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
85 thaliana, sce for Saccharomyces cerevisiae and eco for
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
86 Escherichia coli K-12 MG1655"/>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
87 </when>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
88 </conditional>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
89
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
90 <param argument="--method" type="select" label="Statistical test method">
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
91 <option selected="True" value="h">Hpergeometric test / Fisher's exact test</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
92 <option value="b">Binomial test</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
93 <option value="c">Chi-square test</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
94 <option value="x">Frequency list</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
95 </param>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
96
5
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
97 <param argument="--fdr" type="select" label="FDR" help="False discovery rate (FDR) correction method">
0
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
98 <option selected="True" value="BH">Benjamini and Hochberg</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
99 <option value="BY">Benjamini and Yekutieli</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
100 <option value="QVALUE">QVALUE</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
101 <option value="None">None</option>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
102 </param>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
103
5
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
104 <param argument="--cutoff" type="integer" min="0" value="5" label="Cutoff" help="Terms with less than cutoff number of genes are not used for statistical tests, default 5"/>
0
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
105 </inputs>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
106 <outputs>
5
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
107 <data name="output" format="tabular"/>
0
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
108 </outputs>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
109
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
110 <tests>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
111 <test>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
112 <param name="fgfile" value="kobas_annotate_output.txt"/>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
113 <param name="species" value="aaa"/>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
114 <param name="kobasdb" value="aaa.db"/>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
115 <param name="db" value="K"/>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
116 <conditional name="bg">
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
117 <param name="bgtype" value="same"/>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
118 </conditional>
5
d1f8912a4796 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 4
diff changeset
119 <output name="output" file="kobas_identify_output.txt"/>
0
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
120 </test>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
121 </tests>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
122
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
123 <help>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
124 @HELP_KOBAS_INFO@
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
125
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
126 **KOBAS Identify**
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
127
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
128 Performs statistical tests to identify significantly enriched pathways and diseases.
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
129
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
130 @HELP_KOBAS_URL@
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
131 </help>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
132 <expand macro="kobas_citations"/>
e3308a2b63f4 planemo upload commit 07ca139d824550801d6f5ba425579a05b884d101
iuc
parents:
diff changeset
133 </tool>