Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
core
Merge requests
!1584
dirty way of mapping locus:id to uniprot
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
dirty way of mapping locus:id to uniprot
1898-uniprot-locus-id-issue
into
devel_16.2.x
Overview
0
Commits
4
Pipelines
3
Changes
29
Merged
Piotr Gawron
requested to merge
1898-uniprot-locus-id-issue
into
devel_16.2.x
1 year ago
Overview
0
Commits
4
Pipelines
3
Changes
29
Expand
Closes
#1898 (closed)
0
0
Merge request reports
Compare
devel_16.2.x
version 2
b56579db
1 year ago
version 1
21e9940e
1 year ago
devel_16.2.x (base)
and
latest version
latest version
4693a1ff
4 commits,
1 year ago
version 2
b56579db
2 commits,
1 year ago
version 1
21e9940e
1 commit,
1 year ago
29 files
+
269
−
223
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
29
Search (e.g. *.vue) (Ctrl+P)
CellDesigner-plugin/pom.xml
+
4
−
4
Options
@@ -5,7 +5,7 @@
<parent>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
parent
</artifactId>
<version>
16.2.1
2
</version>
<version>
16.2.1
3
</version>
</parent>
<artifactId>
CellDesigner-plugin
</artifactId>
<!-- dependency from the MapViewer model -->
@@ -50,19 +50,19 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
model
</artifactId>
<version>
16.2.1
2
</version>
<version>
16.2.1
3
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
commons
</artifactId>
<version>
16.2.1
2
</version>
<version>
16.2.1
3
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
converter-CellDesigner
</artifactId>
<version>
16.2.1
2
</version>
<version>
16.2.1
3
</version>
</dependency>
<dependency>
Loading