@jbrowse/plugin-variants 3.6.4 → 3.6.5
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.
|
@@ -12,8 +12,7 @@ const rbush_1 = __importDefault(require("rbush"));
|
|
|
12
12
|
const util_2 = require("./util");
|
|
13
13
|
const util_3 = require("../../VcfFeature/util");
|
|
14
14
|
const MultiVariantRendering = (0, mobx_react_1.observer)(function (props) {
|
|
15
|
-
const { featureGenotypeMap, totalHeight, scrollTop } = props;
|
|
16
|
-
const { rbush, displayModel } = props;
|
|
15
|
+
const { rbush, displayModel, featureGenotypeMap, totalHeight, scrollTop } = props;
|
|
17
16
|
const ref = (0, react_1.useRef)(null);
|
|
18
17
|
const rbush2 = (0, react_1.useMemo)(() => new rbush_1.default().fromJSON(rbush), [rbush]);
|
|
19
18
|
function getFeatureUnderMouse(eventClientX, eventClientY) {
|
|
@@ -7,8 +7,7 @@ import RBush from 'rbush';
|
|
|
7
7
|
import { minElt } from './util';
|
|
8
8
|
import { makeSimpleAltString } from '../../VcfFeature/util';
|
|
9
9
|
const MultiVariantRendering = observer(function (props) {
|
|
10
|
-
const { featureGenotypeMap, totalHeight, scrollTop } = props;
|
|
11
|
-
const { rbush, displayModel } = props;
|
|
10
|
+
const { rbush, displayModel, featureGenotypeMap, totalHeight, scrollTop } = props;
|
|
12
11
|
const ref = useRef(null);
|
|
13
12
|
const rbush2 = useMemo(() => new RBush().fromJSON(rbush), [rbush]);
|
|
14
13
|
function getFeatureUnderMouse(eventClientX, eventClientY) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-variants",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.5",
|
|
4
4
|
"description": "JBrowse 2 variant adapters, tracks, etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"@gmod/bgzf-filehandle": "^4.0.0",
|
|
41
41
|
"@gmod/tabix": "^3.0.1",
|
|
42
42
|
"@gmod/vcf": "^6.0.8",
|
|
43
|
-
"@jbrowse/core": "^3.6.
|
|
44
|
-
"@jbrowse/plugin-circular-view": "^3.6.
|
|
45
|
-
"@jbrowse/plugin-linear-genome-view": "^3.6.
|
|
46
|
-
"@jbrowse/sv-core": "^3.6.
|
|
43
|
+
"@jbrowse/core": "^3.6.5",
|
|
44
|
+
"@jbrowse/plugin-circular-view": "^3.6.5",
|
|
45
|
+
"@jbrowse/plugin-linear-genome-view": "^3.6.5",
|
|
46
|
+
"@jbrowse/sv-core": "^3.6.5",
|
|
47
47
|
"@mui/icons-material": "^7.0.0",
|
|
48
48
|
"@mui/material": "^7.0.0",
|
|
49
49
|
"@mui/x-data-grid": "^8.0.0",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"distModule": "esm/index.js",
|
|
64
64
|
"srcModule": "src/index.ts",
|
|
65
65
|
"module": "esm/index.js",
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "354d0a87b757b4d84f824b47507662f6f3a1693f"
|
|
67
67
|
}
|