annotate clusterProfiler_bitr.xml @ 1:90120121398f draft default tip

planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f-dirty
author kpbioteam
date Mon, 16 Jul 2018 06:25:51 -0400
parents e7a71e686f53
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
1 <tool id="clusterProfiler_bitr" name="clusterProfiler_bitr" version="0.1.0">
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
2 <description>converting ID types</description>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
3 <requirements>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
4 <requirement type="package" version="3.6.0">bioconductor-clusterprofiler</requirement>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
5 <requirement type="package" version="3.5.0">bioconductor-org.hs.eg.db</requirement>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
6 </requirements>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
7 <command detect_errors="exit_code"><![CDATA[
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
8 Rscript ${__tool_directory__}/clusterProfiler_bitr.R "$input1" "$input2" "$input3" "$output1"
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
9 ]]></command>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
10 <inputs>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
11 <param type="data" name="input1" format="txt" />
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
12 <param name="input2" type="select" label="Input Type Gene ID" help="User should provides fromType geneID (translator input type)">
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
13 <option value="SYMBOL">SYMBOL</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
14 <option value="ENTREZID">ENTREZID</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
15 <option value="ENSEMBL">ENSEMBL</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
16 <option value="ENSEMBLPROT">ENSEMBLPROT</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
17 <option value="EVIDENCE">EVIDENCE</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
18 <option value="GOALL">GOALL</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
19
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
20 <option value="ONTOLOGY">ONTOLOGY</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
21 <option value="PMID">PMID</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
22
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
23 <option value="PFAM">PFAM</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
24
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
25 <option value="OMIM">OMIM</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
26
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
27 <option value="GO">GO</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
28
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
29 <option value="UNIPROT">UNIPROT</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
30 <option value="REFSEQ">REFSEQ</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
31 <option value="PATH">PATH</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
32
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
33 <option value="MAP">MAP</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
34
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
35 <option value="GENENAME">GENENAME</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
36 <option value="ENZYME">ENZYME</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
37 <option value="ALIAS">ALIAS</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
38
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
39 <option value="UNIGENE">UNIGENE</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
40 <option value="PROSITE">PROSITE</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
41 <option value="ONTOLOGYALL">ONTOLOGYALL</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
42 <option value="IPI">IPI</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
43
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
44 <option value="EVIDENCEALL">EVIDENCEALL</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
45 <option value="ENSEMBLTRANS">ENSEMBLTRANS</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
46 <option value="ACCNUM">ACCNUM</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
47 </param>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
48
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
49 <param name="input3" type="select" label="Output Type Gene ID" help="User should provides toType geneID (translator output type)">
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
50 <option value="SYMBOL">SYMBOL</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
51 <option value="ENTREZID">ENTREZID</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
52 <option value="ENSEMBL">ENSEMBL</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
53 <option value="ENSEMBLPROT">ENSEMBLPROT</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
54 <option value="EVIDENCE">EVIDENCE</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
55 <option value="GOALL">GOALL</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
56
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
57 <option value="ONTOLOGY">ONTOLOGY</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
58 <option value="PMID">PMID</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
59
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
60 <option value="PFAM">PFAM</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
61
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
62 <option value="OMIM">OMIM</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
63
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
64 <option value="GO">GO</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
65
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
66 <option value="UNIPROT">UNIPROT</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
67 <option value="REFSEQ">REFSEQ</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
68 <option value="PATH">PATH</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
69
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
70 <option value="MAP">MAP</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
71
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
72 <option value="GENENAME">GENENAME</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
73 <option value="ENZYME">ENZYME</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
74 <option value="ALIAS">ALIAS</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
75
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
76 <option value="UNIGENE">UNIGENE</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
77 <option value="PROSITE">PROSITE</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
78 <option value="ONTOLOGYALL">ONTOLOGYALL</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
79 <option value="IPI">IPI</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
80
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
81 <option value="EVIDENCEALL">EVIDENCEALL</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
82 <option value="ENSEMBLTRANS">ENSEMBLTRANS</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
83 <option value="ACCNUM">ACCNUM</option>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
84 </param>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
85 </inputs>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
86 <outputs>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
87 <data name="output1" format="txt" />
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
88 </outputs>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
89 <tests>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
90 <test>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
91 <param name="input1" value="gene.txt"/>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
92 <param name="input2" value="SYMBOL"/>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
93 <param name="input3" value="ENTREZID"/>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
94 <output name="output1" file="genedf.txt"/>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
95 </test>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
96 </tests>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
97 <help><![CDATA[
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
98 This tool is a Biological Id TRanslator
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
99 ]]></help>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
100 <citations>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
101 <citation type="doi">10.1089/omi.2011.0118</citation>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
102 </citations>
e7a71e686f53 planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f
kpbioteam
parents:
diff changeset
103 </tool>