Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
core
Commits
6450f024
Commit
6450f024
authored
7 years ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
ensembl connector uses API over ssl
parent
8df3320c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!166
Devel 11.0.x
,
!162
Resolve "ebi pubmed service moved to https"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
annotation/src/main/java/lcsb/mapviewer/annotation/services/annotators/EnsemblAnnotator.java
+3
-3
3 additions, 3 deletions
...ewer/annotation/services/annotators/EnsemblAnnotator.java
with
3 additions
and
3 deletions
annotation/src/main/java/lcsb/mapviewer/annotation/services/annotators/EnsemblAnnotator.java
+
3
−
3
View file @
6450f024
...
...
@@ -29,7 +29,7 @@ import lcsb.mapviewer.modelutils.map.ElementUtils;
/**
* This class is responsible for connecting to
* <a href="http://rest.ensembl.org">Ensembl API</a> and annotate elements with
* <a href="http
s
://rest.ensembl.org">Ensembl API</a> and annotate elements with
* information taken from this service.
*
*
...
...
@@ -46,7 +46,7 @@ public class EnsemblAnnotator extends ElementAnnotator implements IExternalServi
/**
* Url address of ensembl restful service.
*/
private
static
final
String
REST_SERVICE_URL
=
"http://rest.ensembl.org/xrefs/id/"
;
private
static
final
String
REST_SERVICE_URL
=
"http
s
://rest.ensembl.org/xrefs/id/"
;
/**
* Suffix that is needed for getting proper result using
...
...
@@ -57,7 +57,7 @@ public class EnsemblAnnotator extends ElementAnnotator implements IExternalServi
/**
* Url used for retrieving version of the restful API.
*/
private
static
final
String
REST_SERVICE_VERSION_URL
=
"http://rest.ensembl.org/info/rest?content-type=text/xml"
;
private
static
final
String
REST_SERVICE_VERSION_URL
=
"http
s
://rest.ensembl.org/info/rest?content-type=text/xml"
;
/**
* Default constructor.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment