Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Devrim Gunyel
core
Commits
8c061b0a
Commit
8c061b0a
authored
Jun 12, 2019
by
Piotr Gawron
Browse files
name column should be deprecated (not removed) from gene variants
parent
6b79ade9
Changes
1
Hide whitespace changes
Inline
Side-by-side
service/src/main/java/lcsb/mapviewer/services/utils/data/ColorSchemaColumn.java
View file @
8c061b0a
...
...
@@ -21,7 +21,7 @@ public enum ColorSchemaColumn {
*/
NAME
(
new
ColorSchemaType
[]
{
ColorSchemaType
.
GENERIC
}),
GENE_NAME
(
new
ColorSchemaType
[]
{
ColorSchemaType
.
GENETIC_VARIANT
}),
GENE_NAME
(
"name"
,
new
ColorSchemaType
[]
{
ColorSchemaType
.
GENETIC_VARIANT
}),
/**
* Name of the map.
...
...
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