@sjcrh/proteinpaint-shared 2.85.0 → 2.86.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/termdb.usecase.js +4 -4
package/package.json
CHANGED
package/src/termdb.usecase.js
CHANGED
|
@@ -118,10 +118,10 @@ export function isUsableTerm(term, _usecase, termdbConfig, ds) {
|
|
|
118
118
|
}
|
|
119
119
|
return uses
|
|
120
120
|
|
|
121
|
-
case 'boxplot':
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
121
|
+
// case 'boxplot':
|
|
122
|
+
// if (term.type == 'float' || term.type == 'integer') uses.add('plot')
|
|
123
|
+
// if (usecase.detail === 'term2' && hasNumericChild(child_types)) uses.add('branch')
|
|
124
|
+
// return uses
|
|
125
125
|
|
|
126
126
|
case 'cuminc':
|
|
127
127
|
if (usecase.detail == 'term') {
|