Skip to content
Snippets Groups Projects

Resolve "provide possibility to export specific annotation when exporting to csv"

10 files
+ 165
19
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -46,7 +46,7 @@ public class EnsemblAnnotatorImpl extends ElementAnnotator implements EnsemblAnn
/**
* Version of the rest API that is supported by this annotator.
*/
static final String SUPPORTED_VERSION = "15.6";
static final String SUPPORTED_VERSION = "15.7";
/**
* Url address of ensembl restful service.
Loading