Skip to content

Commit 59c95e1

Browse files
authored
Merge pull request #212 from ajdapretnar/widget-json
Add widget.json
2 parents 57697e1 + b61c6e4 commit 59c95e1

File tree

3 files changed

+119
-84
lines changed

3 files changed

+119
-84
lines changed

doc/widget_data.json

Lines changed: 0 additions & 72 deletions
This file was deleted.

doc/widgets.json

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
[
2+
[
3+
"Bioinformatics",
4+
[
5+
{
6+
"text": "Databases Update",
7+
"doc": "widgets/databases_update.md",
8+
"icon": "../orangecontrib/bioinformatics/widgets/icons/OWDatabasesUpdate.svg",
9+
"background": "light-grass",
10+
"keywords": []
11+
},
12+
{
13+
"text": "GEO Data Sets",
14+
"doc": "widgets/geo_data_sets.md",
15+
"icon": "../orangecontrib/bioinformatics/widgets/icons/OWGEODatasets.svg",
16+
"background": "light-grass",
17+
"keywords": []
18+
},
19+
{
20+
"text": "dictyExpress",
21+
"doc": "widgets/dicty_express.md",
22+
"icon": "../orangecontrib/bioinformatics/widgets/icons/OWdictyExpress.png",
23+
"background": "light-grass",
24+
"keywords": []
25+
},
26+
{
27+
"text": "Genes",
28+
"doc": "widgets/genes.md",
29+
"icon": "../orangecontrib/bioinformatics/widgets/icons/OWGeneInfo.svg",
30+
"background": "light-grass",
31+
"keywords": []
32+
},
33+
{
34+
"text": "Differential Expression",
35+
"doc": "widgets/differential_expression.md",
36+
"icon": "../orangecontrib/bioinformatics/widgets/icons/OWDifferentialExpression.svg",
37+
"background": "light-grass",
38+
"keywords": []
39+
},
40+
{
41+
"text": "GO Browser",
42+
"doc": "widgets/go_browser.md",
43+
"icon": "../orangecontrib/bioinformatics/widgets/icons/OWGOBrowser.svg",
44+
"background": "light-grass",
45+
"keywords": []
46+
},
47+
{
48+
"text": "KEGG Pathways",
49+
"doc": "widgets/kegg_pathways.md",
50+
"icon": "../orangecontrib/bioinformatics/widgets/icons/OWKEGGPathwayBrowser.svg",
51+
"background": "light-grass",
52+
"keywords": []
53+
},
54+
{
55+
"text": "Gene Set Enrichment",
56+
"doc": "widgets/gene_set_enrichment.md",
57+
"icon": "../orangecontrib/bioinformatics/widgets/icons/OWGeneSets.svg",
58+
"background": "light-grass",
59+
"keywords": []
60+
},
61+
{
62+
"text": "Gene Sets",
63+
"doc": null,
64+
"icon": "../orangecontrib/bioinformatics/widgets/icons/OWGeneSets.svg",
65+
"background": "light-grass",
66+
"keywords": []
67+
},
68+
{
69+
"text": "Cluster Analysis",
70+
"doc": "widgets/cluster_analysis.md",
71+
"icon": "../orangecontrib/bioinformatics/widgets/icons/OWClusterAnalysis.svg",
72+
"background": "light-grass",
73+
"keywords": []
74+
},
75+
{
76+
"text": "Volcano Plot",
77+
"doc": "widgets/volcano_plot.md",
78+
"icon": "../orangecontrib/bioinformatics/widgets/icons/OWVolcanoPlot.svg",
79+
"background": "light-grass",
80+
"keywords": []
81+
},
82+
{
83+
"text": "Homologs",
84+
"doc": null,
85+
"icon": "../orangecontrib/bioinformatics/widgets/icons/OWHomologs.svg",
86+
"background": "light-grass",
87+
"keywords": []
88+
},
89+
{
90+
"text": "Marker Genes",
91+
"doc": "widgets/marker_genes.md",
92+
"icon": "../orangecontrib/bioinformatics/widgets/icons/OWMarkerGenes.svg",
93+
"background": "light-grass",
94+
"keywords": []
95+
},
96+
{
97+
"text": "Annotator",
98+
"doc": "widgets/annotate_projection.md",
99+
"icon": "../orangecontrib/bioinformatics/widgets/icons/OWAnnotateProjection.svg",
100+
"background": "light-grass",
101+
"keywords": [
102+
"annotate"
103+
]
104+
}
105+
]
106+
]
107+
]

doc/widgets.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Widgets
44
.. toctree::
55
:maxdepth: 1
66

7-
widgets/databases_update.md
8-
widgets/geo_data_sets.md
9-
widgets/dicty_express.md
10-
widgets/genes.md
11-
widgets/differential_expression.md
12-
widgets/go_browser.md
13-
widgets/kegg_pathways.md
14-
widgets/gene_set_enrichment.md
15-
widgets/cluster_analysis.md
16-
widgets/volcano_plot.md
17-
widgets/marker_genes.md
18-
widgets/annotate_projection.md
7+
widgets/databases_update
8+
widgets/geo_data_sets
9+
widgets/dicty_express
10+
widgets/genes
11+
widgets/differential_expression
12+
widgets/go_browser
13+
widgets/kegg_pathways
14+
widgets/gene_set_enrichment
15+
widgets/cluster_analysis
16+
widgets/volcano_plot
17+
widgets/marker_genes
18+
widgets/annotate_projection

0 commit comments

Comments
 (0)