annotate funDo.xml @ 1:ca3fcd18dc3e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/hgv/hgv_fundo commit a1517c9d22029095120643bbe2c8fa53754dd2b7
author devteam
date Wed, 11 Nov 2015 12:50:04 -0500
parents 64133669255f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
1 <tool id="hgv_funDo" name="FunDO" version="1.0.0">
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
2 <description>human genes associated with disease terms</description>
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
3
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
4 <command interpreter="perl">
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
5 disease_ontology_gene_fuzzy_selector.pl $build $out_file1 ${GALAXY_DATA_INDEX_DIR}/funDo.loc '$term'
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
6 </command>
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
7
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
8 <inputs>
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
9 <param name="build" type="select" label="Database build">
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
10 <options from_file="funDo.loc">
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
11 <column name="name" index="0"/>
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
12 <column name="value" index="0"/>
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
13 <filter type="unique_value" column="0"/>
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
14 </options>
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
15 </param>
1
ca3fcd18dc3e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/hgv/hgv_fundo commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
16 <param name="term" type="text" label="Disease term(s)" />
0
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
17 </inputs>
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
18
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
19 <outputs>
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
20 <data format="interval" name="out_file1">
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
21 </data>
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
22 </outputs>
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
23
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
24 <tests>
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
25 <test>
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
26 <param name="term" value="lung"/>
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
27 <param name="build" value="hg18"/>
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
28 <output name="out_file1" file="funDo_output1.interval" />
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
29 </test>
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
30 </tests>
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
31
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
32 <help>
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
33 **Dataset formats**
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
34
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
35 There is no input dataset. The output is in interval_ format.
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
36
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
37 .. _interval: ${static_path}/formatHelp.html#interval
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
38
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
39 -----
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
40
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
41 **What it does**
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
42
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
43 This tool searches the disease-term field of the DOLite mappings
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
44 used by the FunDO project and returns a set of genes that
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
45 are associated with terms matching the specified pattern. (This is the
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
46 reverse of what FunDO's own server does.)
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
47
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
48 The search is case insensitive, and selects terms that contain any of
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
49 the given words, either exactly or within a longer word (e.g. "nemia"
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
50 selects not only "anemia", but also "hyperglycinemia", "tyrosinemias",
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
51 and many other things). Multiple words should be separated by spaces,
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
52 not commas. As a special case, entering the word "disease" returns all
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
53 genes associated with any disease, even if that word does not actually
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
54 appear in the term field.
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
55
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
56 Website: http://django.nubic.northwestern.edu/fundo/
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
57
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
58 -----
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
59
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
60 **Example**
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
61
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
62 Typing::
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
63
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
64 carcinoma
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
65
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
66 results in::
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
67
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
68 1. 2. 3. 4. 5. 6. 7.
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
69 chr11 89507465 89565427 + NAALAD2 10003 Adenocarcinoma
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
70 chr15 50189113 50192264 - BCL2L10 10017 Carcinoma
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
71 chr7 150535855 150555250 - ABCF2 10061 Clear cell carcinoma
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
72 chr7 150540508 150555250 - ABCF2 10061 Clear cell carcinoma
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
73 chr10 134925911 134940397 - ADAM8 101 Adenocarcinoma
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
74 chr10 134925911 134940397 - ADAM8 101 Adenocarcinoma
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
75 etc.
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
76
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
77 where the column contents are as follows::
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
78
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
79 1. chromosome name
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
80 2. start position of the gene
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
81 3. end position of the gene
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
82 4. strand
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
83 4. gene name
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
84 6. Entrez Gene ID
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
85 7. disease term
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
86
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
87 -----
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
88
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
89 **References**
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
90
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
91 Du P, Feng G, Flatow J, Song J, Holko M, Kibbe WA, Lin SM. (2009)
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
92 From disease ontology to disease-ontology lite: statistical methods to adapt a general-purpose
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
93 ontology for the test of gene-ontology associations.
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
94 Bioinformatics. 25(12):i63-8.
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
95
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
96 Osborne JD, Flatow J, Holko M, Lin SM, Kibbe WA, Zhu LJ, Danila MI, Feng G, Chisholm RL. (2009)
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
97 Annotating the human genome with Disease Ontology.
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
98 BMC Genomics. 10 Suppl 1:S6.
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
99
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
100 </help>
64133669255f Uploaded tool tarball.
devteam
parents:
diff changeset
101 </tool>