Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
7d2837a6
Commit
7d2837a6
authored
Mar 26, 2019
by
Piotr Gawron
Browse files
base url to reactome changed to
http://reactomews.oicr.on.ca:8080
(normal api was turned off)
parent
b53f6fa8
Changes
2
Hide whitespace changes
Inline
Side-by-side
reactome/src/main/java/lcsb/mapviewer/reactome/utils/ReactomeConnector.java
View file @
7d2837a6
...
...
@@ -138,7 +138,7 @@ public class ReactomeConnector extends CachableInterface implements DataSourceUp
/**
* Url used for accessing Reactome RestFULL API.
*/
p
rivate
static
final
String
REACTOME_URL
=
"http://reactome
.org
/ReactomeRESTfulAPI/RESTfulWS/"
;
p
ublic
static
final
String
REACTOME_URL
=
"http://reactome
ws.oicr.on.ca:8080
/ReactomeRESTfulAPI/RESTfulWS/"
;
@Override
public
List
<
ReactomePhysicalEntity
>
getEntitiesForName
(
String
name
)
throws
IOException
{
...
...
reactome/src/test/java/lcsb/mapviewer/reactome/utils/ReactomeConnectorTest.java
View file @
7d2837a6
...
...
@@ -173,7 +173,7 @@ public class ReactomeConnectorTest extends ReactomeTestFunctions {
@Test
(
timeout
=
15000
)
public
void
testCachableInterfaceByParams
()
throws
Exception
{
String
url
=
"http://reactome.org/ReactomeRESTfulAPI/RESTfulWS/
listByQuery/DatabaseObjects"
;
String
url
=
ReactomeConnector
.
REACTOME_URL
+
"
listByQuery/DatabaseObjects"
;
String
query
=
"identifier=2562550\n"
+
url
;
String
newRes
=
"hello"
;
try
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment