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
4685c535
Commit
4685c535
authored
Mar 31, 2020
by
Piotr Gawron
Browse files
Merge branch '1197-race-condition' into 'devel_14.0.x'
Resolve "MINERVANET - Error Report 181" See merge request
!1099
parents
938ef0c5
3c1113a4
Pipeline
#24055
passed with stage
in 15 minutes and 6 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
4685c535
minerva
(
14.0.11
)
stable
;
urgency
=
medium
*
Bug
fix
:
miRTarBase
was
down
and
targetting
by
miRNA
stopped
working
on
new
installations
(#
1207
)
*
Bug
fix
:
complex
with
no
border
was
inproperly
imported
from
CellDesigner
(#
1198
)
*
Bug
fix
:
export
to
CellDesigner
deal
with
CellDesigner
issue
that
does
not
...
...
@@ -14,7 +12,7 @@ minerva (14.0.11) stable; urgency=medium
*
Bug
fix
:
refreshing
minerva
page
with
more
than
one
plugin
opened
might
led
to
an
error
due
to
race
condition
(#
1197
)
--
Piotr
Gawron
<
piotr
.
gawron
@
uni
.
lu
>
Mon
,
3
0
Mar
2020
23
:
00
:
00
+
0200
--
Piotr
Gawron
<
piotr
.
gawron
@
uni
.
lu
>
Mon
,
3
1
Mar
2020
09
:
00
:
00
+
0200
minerva
(
14.0.10
)
stable
;
urgency
=
medium
*
Bug
fix
:
reaction
without
ports
in
SBGN
crashed
upload
(#
1065
)
...
...
annotation/src/main/java/lcsb/mapviewer/annotation/services/MiRNAParser.java
View file @
4685c535
...
...
@@ -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
s
://mi
nerva-dev.lcsb.uni.lu
/miRTarBase_SE_WR.xls"
;
private
static
final
String
URL_SOURCE_DATABASE
=
"http://mi
rtarbase.mbc.nctu.edu.tw/cache/download/6.1
/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