Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
4af8e5d7
Commit
4af8e5d7
authored
Mar 18, 2021
by
Piotr Gawron
Browse files
ensemble version changed
parent
8db5c05a
Pipeline
#38555
passed with stage
in 14 minutes and 55 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
annotation/src/main/java/lcsb/mapviewer/annotation/services/annotators/EnsemblAnnotator.java
View file @
4af8e5d7
...
...
@@ -36,7 +36,7 @@ public class EnsemblAnnotator extends ElementAnnotator implements IExternalServi
/**
* Version of the rest API that is supported by this annotator.
*/
static
final
String
SUPPORTED_VERSION
=
"1
3.1
"
;
static
final
String
SUPPORTED_VERSION
=
"1
4.0
"
;
/**
* Url address of ensembl restful service.
...
...
annotation/src/test/java/lcsb/mapviewer/annotation/services/annotators/KeggAnnotatorTest.java
View file @
4af8e5d7
...
...
@@ -169,7 +169,7 @@ public class KeggAnnotatorTest extends AnnotationTestFunctions {
mdPubmed
.
add
(
md
);
}
}
assert
Equals
(
"Wrong number of publications extracted from KEGG annotator"
,
11
,
mdPubmed
.
size
());
assert
True
(
"Wrong number of publications extracted from KEGG annotator"
,
11
<=
mdPubmed
.
size
());
}
@Test
...
...
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