This repository has been archived by the owner on Jun 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
308 lines (264 loc) · 13.5 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
<pyrest>
<objects>
<namespace name="genome" >
<object name="Identifier" /> <!-- only used for GeneTreeMember -->
<object name="Sequence" />
<!-- The genome features -->
<object name="Feature" >
<!-- the base class -->
<property name="seq_region_name" description="Name of the chromosome, scaffold, etc the feature is on" />
<property name="feature_type" description="Type of this feature, usually redundant with the class itself (e.g. ExonFeature, TranscriptFeature, etc)" />
<property name="start" description="Start coordinate" />
<property name="end" description="End coordinate" />
<property name="strand" description="Strand" />
<property name="assembly_name" description="Name of the genome assembly" />
</object>
<object name="FeatureWithID" base_class="Feature" >
<property name="id" />
</object>
<object name="ExonFeature" base_class="FeatureWithID" >
<property name="source" />
<property name="constitutive" />
<property name="ensembl_phase" />
<property name="ensembl_end_phase" />
<property name="parent" />
<property name="version" />
<property name="rank" />
</object>
<object name="TranslationFeature" base_class="FeatureWithID" >
<property name="description" />
<property name="parent" />
<property name="interpro" />
<property name="type" />
</object>
<object name="FeatureLikeBiotype" base_class="FeatureWithID" >
<property name="biotype" />
<property name="external_name" />
<property name="description" />
<property name="source" />
<property name="version" />
<property name="logic_name" />
</object>
<object name="TranscriptFeature" base_class="FeatureLikeBiotype" >
<property name="translation" object="TranslationFeature" />
<property name="exon" object="ExonFeature" />
<property name="parent" />
</object>
<object name="GeneFeature" base_class="FeatureLikeBiotype" >
<property name="transcript" object="TranscriptFeature" />
</object>
<object name="ChipSeqFeature" base_class="Feature" >
<property name="chipseq_feature_type" description="ChipSeq type" />
<property name="cell_type" description="Cell type" />
</object>
<object name="MotifFeature" base_class="Feature" >
<property name="binding_matrix" />
<property name="score" />
<property name="motif_feature_type" />
</object>
<object name="RegulatoryFeature" base_class="FeatureWithID" >
<property name="description" />
<property name="bound_start" />
<property name="cell_type" />
<property name="bound_end" />
<property name="activity_evidence" />
</object>
<object name="ConstrainedElementFeature" base_class="FeatureWithID" >
<property name="score" />
</object>
<object name="VariationFeature" base_class="FeatureWithID" >
<property name="cell_type" />
<property name="alt_alleles" />
<property name="consequence_type" />
</object>
<object name="StructuralVariationFeature" base_class="FeatureWithID" />
<object name="MiscFeature" base_class="FeatureWithID" >
<property name="misc_set_code" />
<property name="clone_name" />
<property name="misc_set_name" />
<property name="type" />
<property name="name" />
<property name="state" />
</object>
<object name="SimpleFeature" base_class="Feature" >
<property name="score" />
<property name="external_name" />
<property name="logic_name" />
</object>
<object name="RepeatFeature" base_class="Feature" >
<property name="description" />
</object>
<object name="CDSFeature" base_class="FeatureWithID" >
<property name="source" />
<property name="parent" />
<property name="phase" />
</object>
<object name="Location" />
<object name="CoordMapping" >
<property name="mapped" object="Location" />
<property name="original" object="Location" />
</object>
</namespace>
<namespace name="info" >
<object name="SeqRegion" />
<object name="Assembly" >
<property name="top_level_region" object="SeqRegion" />
</object>
<object name="ArchiveEntry" />
<object name="Species" />
<object name="ExternalDatabase" />
<object name="Biotype" />
<object name="OntologyTerm" >
<property name="children" object="OntologyTerm" />
<property name="parents" object="OntologyTerm" />
</object>
<object name="OntologyEntry" >
<property name="is_a" object="OntologyTerm" />
<property name="term" object="OntologyTerm" />
</object>
</namespace>
<namespace name="compara" >
<object name="NCBITaxon" description="A node in the NCBI taxonomy" >
<property name="parent" description="Parent node in the taxonomy" getter="_tax_parent" object="NCBITaxon" />
<property name="children" description="Child nodes in the taxonomy" getter="_tax_children" object="NCBITaxon" />
<property name="tags" description="Additionnal tags" object="None" />
</object>
<!-- Gene trees -->
<object name="GeneTreeMember" description="A leaf of a gene-tree, i.e. a protein / gene" >
<property name="id" description="Protein / transcript identifier" object="genome.Identifier" />
<property name="mol_seq" description="DNA / protein sequence" object="genome.Sequence" />
</object>
<!-- useless -->
<object name="GeneTreeEvent" description="The evolutionary event that took place at this node of the tree" />
<object name="GeneTreeNode" description="Node in a gene-tree" >
<property name="taxonomy" description="Taxonomy annotation of this node" object="NCBITaxon" />
<property name="children" description="Child nodes in the gene-tree" object="GeneTreeNode" />
<property name="confidence" description="The confidence tags attached to a given gene-tree node" object="None" />
<property name="id" description="Gene identifier (only for leaves)" object="genome.Identifier" />
<property name="events" description="The evolutionary event that took place at this node" object="GeneTreeEvent" />
<property name="sequence" description="GeneTreeMember (only for leaves)" object="GeneTreeMember" />
</object>
<object name="GeneTree" description="Global object for gene-trees" >
<property name="tree" description="root node" object="GeneTreeNode" />
<property name="id" description="GeneTree stable identifier" />
</object>
<object name="MethodLinkSpeciesSet" />
<!-- Homologies -->
<object name="Homolog" />
<object name="HomologyPair" description="Homology pair" >
<property name="target" description="Paralog of the query gene / Ortholog in the other species" object="Homolog" />
<property name="source" description="Query gene" object="Homolog" />
</object>
<object name="HomologyGroup" description="Group of multiple homology-pairs" >
<property name="homologies" description="All the homology pairs" object="HomologyPair" />
</object>
<!-- Genomic alignments -->
<object name="GenomicAlignmentEntry" />
<object name="GenomicAlignment" >
<property name="alignments" description="All the alignment-bloks for this query region" object="GenomicAlignmentEntry" />
</object>
</namespace>
<namespace name="funcgen">
<object name="RegulatoryFeature" />
</namespace>
<namespace name="variation">
<object name="AlleleLocation" base_class="genome.Location" />
<object name="Genotype" />
<object name="PopulationGenotype" />
<object name="PopulationAllele" />
<object name="Variation" >
<property name="population_genotypes" object="PopulationGenotype" />
<property name="populations" object="PopulationAllele" />
<property name="genotypes" object="Genotype" />
<property name="mappings" object="AlleleLocation" />
</object>
<object name="Consequence" />
<object name="Variant" />
<object name="VEPResult" >
<property name="colocated_variants" object="Variant" />
<property name="transcript_consequences" object="Consequence" />
</object>
</namespace>
</objects>
<endpoints>
<!-- archive.conf -->
<endpoint id="archive_id_get" name="getArchiveEntry" object="info.ArchiveEntry" />
<!-- assembly.conf -->
<endpoint id="assembly_info" name="getAssemblyInfo" object="info.Assembly" />
<endpoint id="assembly_stats" name="getAssemblyInfoRegion" object="info.SeqRegion" />
<!-- compara,conf -->
<endpoint id="genetree" name="getGeneTreeById" object="compara.GeneTree" />
<endpoint id="genetree_member_id" name="getGeneTreeByMemberId" object="compara.GeneTree" />
<endpoint id="genetree_member_symbol" name="getGeneTreeByMemberSymbol" object="compara.GeneTree" />
<endpoint id="homology_symbol" name="getHomologyByGeneSymbol" object="compara.HomologyGroup" accessor="data" />
<endpoint id="homology_ensemblgene" name="getHomologyByGeneStableID" object="compara.HomologyGroup" accessor="data" />
<endpoint id="genomic_alignment_region" name="getGenomicAlignmentByRegion" object="compara.GenomicAlignment" />
<!-- info.conf -->
<endpoint id="ping" name="ping" accessor="ping" />
<endpoint id="species" name="listSpecies" accessor="species" object="info.Species" />
<endpoint id="comparas" name="listComparaDatabases" accessor="comparas" />
<endpoint id="software" name="ensembl_version" accessor="release" />
<endpoint id="rest" name="rest_version" accessor="release" />
<endpoint id="data" name="listAvailableReleases" accessor="releases" />
<endpoint id="analysis" name="getAnalysisList" />
<endpoint id="biotypes" name="getBiotypesBySpecies" object="info.Biotype" />
<endpoint id="external_dbs" name="getExternalDatabasesBySpecies" object="info.ExternalDatabase" />
<endpoint id="compara_methods" name="getAllComparaMethods" />
<endpoint id="compara_species_sets" name="getSpeciesSetByComparaMethod" object="compara.MethodLinkSpeciesSet" />
<!-- lookup.conf -->
<endpoint id="lookup" name="lookupIdentifier" object="genome.feature_wrapper" />
<endpoint id="symbol_lookup" name="lookupGeneSymbol" object="genome.feature_wrapper" />
<!-- map.conf -->
<endpoint id="assembly_map" name="mapCoordinatesBetweenAssemblies" object="genome.CoordMapping" accessor="mappings" />
<endpoint id="assembly_cdna" name="mapCDNACoordinatesToGenome" object="genome.Location" accessor="mappings" />
<endpoint id="assembly_cds" name="mapCDSCoordinatesToGenome" object="genome.Location" accessor="mappings" />
<endpoint id="assembly_translation" name="mapProteinCoordinatesToGenome" object="genome.Location" accessor="mappings" />
<!-- ontology.conf -->
<endpoint id="ontology_id" name="getOntologyByID" object="info.OntologyTerm" />
<endpoint id="ontology_name" name="getOntologyByName" object="info.OntologyTerm" />
<endpoint id="ontology_ancestors" name="getAllAncestorsOfOntologyID" object="info.OntologyTerm" />
<endpoint id="ontology_descendants" name="getAllDescendantsOfOntologyID" object="info.OntologyTerm" />
<endpoint id="ontology_ancestors_chart" name="getOntologyAncestorChart" object="_pyrest_core.dict_wrapper(info.OntologyEntry)"/>
<!-- overlap.conf -->
<endpoint id="overlap_id" name="getAllFeaturesOnFeatureID" object="genome.feature_wrapper" />
<endpoint id="overlap_region" name="getAllFeaturesOnRegion" object="genome.feature_wrapper" />
<endpoint id="overlap_translation" name="getAllFeaturesOnTranslation" object="genome.feature_wrapper" />
<!-- regulatory.conf -->
<endpoint id="regulatory_id" name="getRegulatoryFeatureByID" object="funcgen.RegulatoryFeature" />
<!-- sequence.conf -->
<endpoint id="sequence_id" name="getFeatureSequenceByID" object="genome.Sequence" />
<endpoint id="sequence_region" name="getSequenceOfRegion" object="genome.Sequence" />
<!-- taxonomy.conf -->
<endpoint id="taxonomy_id" name="getTaxonomyEntryByID" object="compara.NCBITaxon" />
<endpoint id="taxonomy_classification" name="getTaxonomyClassificationByID" object="compara.NCBITaxon" />
<endpoint id="taxonomy_name" name="getTaxonomyEntryByName" object="compara.NCBITaxon" />
<!-- variation.conf -->
<endpoint id="variation_id" name="getVariationByID" object="variation.Variation" />
<!-- vep.conf -->
<endpoint id="vep_region_get" name="getVariantConsequencesByRegionAllele" object="variation.VEPResult" />
<endpoint id="vep_id_get" name="getVariantConsequencesByVariationID" object="variation.VEPResult" />
<endpoint id="vep_hgvs_get" name="getVariantConsequencesByHGVS" object="variation.VEPResult" />
</endpoints>
<instances>
<instance name="EnsemblRestServer" url="http://rest.ensembl.org" />
<instance name="EnsemblGenomesRestServer" url="http://rest.ensemblgenomes.org" />
</instances>
<content_types>
<content_type alias="bed" mime="text/x-bed" />
<content_type alias="fasta" mime="text/x-fasta" />
<content_type alias="gff3" mime="text/x-gff3" />
<content_type alias="json" mime="application/json" />
<content_type alias="nh" mime="text/x-nh" />
<content_type alias="phyloxml" mime="text/x-phyloxml+xml" />
<content_type alias="xml" mime="text/xml" />
<content_type alias="yaml" mime="text/x-yaml" />
<content_type alias="text" mime="text/plain" />
</content_types>
<response_codes>
<response_code code="200" title="OK" description="Request was a success" />
<response_code code="400" title="Bad Request" description="Occurs during exceptional circumstances such as the service is unable to find an ID" />
<response_code code="404" title="Not Found" description="Indicates a badly formatted request. Check your URL" />
<response_code code="429" title="Too Many Requests" description="You have been rate-limited; wait and retry" />
<response_code code="503" title="Service Unavailable" description="The service is temporarily down; retry after a pause" />
</response_codes>
</pyrest>