Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
91
Issues
91
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
minerva
core
Commits
c28714a2
Commit
c28714a2
authored
Sep 07, 2020
by
Piotr Gawron
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mirtarbase-fix' into 'devel_15.0.x'
miretarbase is down See merge request
!1247
parents
6b9cb32b
c4bc6d18
Pipeline
#34601
failed with stage
in 24 minutes and 11 seconds
Changes
2
Pipelines
79
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
CHANGELOG
CHANGELOG
+5
-0
annotation/src/main/java/lcsb/mapviewer/annotation/services/MiRNAParser.java
.../java/lcsb/mapviewer/annotation/services/MiRNAParser.java
+1
-1
No files found.
CHANGELOG
View file @
c28714a2
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 @
c28714a2
...
...
@@ -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
://mirtarbase.mbc.nctu.edu.tw/cache/download/6.1
/miRTarBase_SE_WR.xls"
;
private
static
final
String
URL_SOURCE_DATABASE
=
"http
s://minerva-dev.lcsb.uni.lu
/miRTarBase_SE_WR.xls"
;
/**
* Size of the buffer when copying files.
*/
...
...
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