@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.
- package/package.json +1 -1
- package/src/common.js +2 -4
package/package.json
CHANGED
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
|
-
|
|
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
|
-
|
|
546
|
-
mds3: 'mds3', // 3rd gen
|
|
544
|
+
mds3: 'mds3', //
|
|
547
545
|
bedgraphdot: 'bedgraphdot',
|
|
548
546
|
bam: 'bam',
|
|
549
547
|
ld: 'ld'
|