@sjcrh/proteinpaint-shared 2.118.0 → 2.119.0-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/common.js +1 -1
package/package.json
CHANGED
package/src/common.js
CHANGED
|
@@ -292,7 +292,7 @@ mclass[mclasssv] = {
|
|
|
292
292
|
// "CNV_amp" have to stay as-is since it may be hardcoded in lots of data beyond portal code.
|
|
293
293
|
export const mclasscnvgain = 'CNV_amp'
|
|
294
294
|
mclass[mclasscnvgain] = {
|
|
295
|
-
label: 'Copy number gain',
|
|
295
|
+
label: 'Copy number gain', // TODO change to 'Gain'
|
|
296
296
|
color: '#e9a3c9',
|
|
297
297
|
dt: dtcnv,
|
|
298
298
|
desc: 'Copy number gain',
|