@sjcrh/proteinpaint-shared 2.129.1 → 2.129.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/common.js +2 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-shared",
3
- "version": "2.129.1",
3
+ "version": "2.129.2",
4
4
  "description": "ProteinPaint code that is shared between server and client-side workspaces",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
package/src/common.js CHANGED
@@ -530,8 +530,7 @@ export const tkt = {
530
530
  bigwigstranded: 'bigwigstranded',
531
531
  junction: 'junction',
532
532
  mdsjunction: 'mdsjunction',
533
- mdscnv: 'mdscnv',
534
- mdssvcnv: 'mdssvcnv', // no longer use as driver
533
+ mdssvcnv: 'mdssvcnv', // replaced by mds3
535
534
  mdsexpressionrank: 'mdsexpressionrank',
536
535
  mdsvcf: 'mdsvcf', // for snv/indels, currently vcf, may include MAF
537
536
  //mdsgeneral:'mdsgeneral', // replaces mdssvcnv ****** not ready yet
@@ -542,8 +541,7 @@ export const tkt = {
542
541
  expressionrank: 'expressionrank',
543
542
  aicheck: 'aicheck',
544
543
  ase: 'ase',
545
- mds2: 'mds2', // mds 2nd gen
546
- mds3: 'mds3', // 3rd gen
544
+ mds3: 'mds3', //
547
545
  bedgraphdot: 'bedgraphdot',
548
546
  bam: 'bam',
549
547
  ld: 'ld'