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
!1886
Resolve "add NON_MATCHING_ALPHA attribute to overlay"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "add NON_MATCHING_ALPHA attribute to overlay"
2263-add-non_matching_attribute-to-overlay
into
development
Overview
0
Commits
1
Pipelines
2
Changes
9
Merged
Piotr Gawron
requested to merge
2263-add-non_matching_attribute-to-overlay
into
development
1 week ago
Overview
0
Commits
1
Pipelines
2
Changes
9
Expand
#2263
Edited
1 week ago
by
Piotr Gawron
0
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
7ab646d9
1 commit,
1 week ago
9 files
+
70
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
converter/src/main/java/lcsb/mapviewer/converter/zip/ZipEntryFileFactory.java
+
2
−
0
Options
@@ -23,6 +23,8 @@ public class ZipEntryFileFactory {
* corresponding to the {@link LayoutZipEntryFile#type type}.
*/
public
static
final
String
LAYOUT_HEADER_PARAM_TYPE
=
"TYPE"
;
public
static
final
String
NON_MATCHING_ALPHA
=
"NON_MATCHING_ALPHA"
;
/**
* Name of the parameter in {@link LayoutZipEntryFile file describing layout}
* corresponding to the {@link LayoutZipEntryFile#genomeType genome type}.
Loading