@jbrowse/plugin-sequence 3.3.0 → 3.5.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/dist/ChromSizesAdapter/ChromSizesAdapter.d.ts +0 -1
- package/dist/ChromSizesAdapter/ChromSizesAdapter.js +0 -1
- package/dist/IndexedFastaAdapter/IndexedFastaAdapter.d.ts +0 -1
- package/dist/IndexedFastaAdapter/IndexedFastaAdapter.js +0 -1
- package/dist/SequenceSearchAdapter/SequenceSearchAdapter.d.ts +0 -1
- package/dist/SequenceSearchAdapter/SequenceSearchAdapter.js +0 -1
- package/dist/TwoBitAdapter/TwoBitAdapter.d.ts +0 -1
- package/dist/TwoBitAdapter/TwoBitAdapter.js +0 -1
- package/dist/UnindexedFastaAdapter/UnindexedFastaAdapter.d.ts +0 -1
- package/dist/UnindexedFastaAdapter/UnindexedFastaAdapter.js +0 -1
- package/esm/ChromSizesAdapter/ChromSizesAdapter.d.ts +0 -1
- package/esm/ChromSizesAdapter/ChromSizesAdapter.js +0 -1
- package/esm/IndexedFastaAdapter/IndexedFastaAdapter.d.ts +0 -1
- package/esm/IndexedFastaAdapter/IndexedFastaAdapter.js +0 -1
- package/esm/SequenceSearchAdapter/SequenceSearchAdapter.d.ts +0 -1
- package/esm/SequenceSearchAdapter/SequenceSearchAdapter.js +0 -1
- package/esm/TwoBitAdapter/TwoBitAdapter.d.ts +0 -1
- package/esm/TwoBitAdapter/TwoBitAdapter.js +0 -1
- package/esm/UnindexedFastaAdapter/UnindexedFastaAdapter.d.ts +0 -1
- package/esm/UnindexedFastaAdapter/UnindexedFastaAdapter.js +0 -1
- package/package.json +8 -8
|
@@ -27,6 +27,5 @@ export default class UnindexedFastaAdapter extends BaseSequenceAdapter {
|
|
|
27
27
|
fasta: ReturnType<typeof parseSmallFasta>;
|
|
28
28
|
}>;
|
|
29
29
|
getFeatures(region: NoAssemblyRegion, opts?: BaseOptions): import("rxjs").Observable<Feature>;
|
|
30
|
-
freeResources(): void;
|
|
31
30
|
}
|
|
32
31
|
export {};
|
|
@@ -27,6 +27,5 @@ export default class UnindexedFastaAdapter extends BaseSequenceAdapter {
|
|
|
27
27
|
fasta: ReturnType<typeof parseSmallFasta>;
|
|
28
28
|
}>;
|
|
29
29
|
getFeatures(region: NoAssemblyRegion, opts?: BaseOptions): import("rxjs").Observable<Feature>;
|
|
30
|
-
freeResources(): void;
|
|
31
30
|
}
|
|
32
31
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-sequence",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"description": "JBrowse 2 sequence adapters, tracks, etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"clean": "rimraf dist esm *.tsbuildinfo"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@gmod/abortable-promise-cache": "^
|
|
40
|
-
"@gmod/indexedfasta": "^
|
|
41
|
-
"@gmod/twobit": "^
|
|
42
|
-
"@jbrowse/core": "^3.
|
|
43
|
-
"@jbrowse/plugin-linear-genome-view": "^3.
|
|
44
|
-
"@jbrowse/plugin-wiggle": "^3.
|
|
39
|
+
"@gmod/abortable-promise-cache": "^3.0.1",
|
|
40
|
+
"@gmod/indexedfasta": "^4.0.0",
|
|
41
|
+
"@gmod/twobit": "^6.0.0",
|
|
42
|
+
"@jbrowse/core": "^3.5.0",
|
|
43
|
+
"@jbrowse/plugin-linear-genome-view": "^3.5.0",
|
|
44
|
+
"@jbrowse/plugin-wiggle": "^3.5.0",
|
|
45
45
|
"@mui/material": "^7.0.0",
|
|
46
46
|
"mobx": "^6.0.0",
|
|
47
47
|
"mobx-react": "^9.0.0",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"distModule": "esm/index.js",
|
|
58
58
|
"srcModule": "src/index.ts",
|
|
59
59
|
"module": "esm/index.js",
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "8a8aa0aab2229dece106a5715a767e649e2fe92b"
|
|
61
61
|
}
|