Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Devrim Gunyel
core
Commits
0be15034
Commit
0be15034
authored
Sep 12, 2018
by
Piotr Gawron
Browse files
Merge branch '494_tair_annotator' into 'devel_12.0.x'
tair moved from http to https See merge request
minerva/core!389
parents
57b2c604
8adde1dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
annotation/src/main/java/lcsb/mapviewer/annotation/services/annotators/TairAnnotator.java
View file @
0be15034
...
...
@@ -107,7 +107,7 @@ public class TairAnnotator extends ElementAnnotator implements IExternalService
* @return URL to TAIR page about the TAIR entry
*/
private
String
getTairUrl
(
String
tairId
)
{
return
"http://arabidopsis.org/servlets/TairObject?type=locus&name="
+
tairId
;
return
"http
s
://arabidopsis.org/servlets/TairObject?type=locus&name="
+
tairId
;
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment