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
6ee980d2
Commit
6ee980d2
authored
Sep 07, 2020
by
Piotr Gawron
Browse files
mirna fix
parent
b9175f3e
Pipeline
#32062
failed with stage
in 18 minutes and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
6ee980d2
...
...
@@ -57,6 +57,11 @@ minerva (15.1.0~beta.0) unstable; urgency=medium
--
Piotr
Gawron
<
piotr
.
gawron
@
uni
.
lu
>
Mon
,
13
Jul
2020
16
:
00
:
00
+
0200
minerva
(
15.0.4
)
stable
;
urgency
=
medium
*
Bug
fix
:
problem
with
accessing
mirtarbase
data
onnew
instances
fixed
--
Piotr
Gawron
<
piotr
.
gawron
@
uni
.
lu
>
Thu
,
13
Aug
2020
15
:
00
:
00
+
0200
minerva
(
15.0.3
)
stable
;
urgency
=
medium
*
Bug
fix
:
caching
chemicals
/
drug
data
on
big
map
could
cause
Out
of
Memory
issues
(#
1315
)
...
...
annotation/src/main/java/lcsb/mapviewer/annotation/services/MiRNAParser.java
View file @
6ee980d2
...
...
@@ -74,7 +74,7 @@ public class MiRNAParser extends CachableInterface implements IExternalService {
/**
* Url used for searching mirna by name.
*/
private
static
final
String
URL_SOURCE_DATABASE
=
"http://mi
rtarbase.mbc.nctu.edu.tw/cache/download/6.1
/miRTarBase_SE_WR.xls"
;
private
static
final
String
URL_SOURCE_DATABASE
=
"http
s
://mi
nerva-dev.lcsb.uni.lu
/miRTarBase_SE_WR.xls"
;
/**
* Size of the buffer when copying files.
*/
...
...
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