@rcsb/rcsb-saguaro-app 4.0.0-interfaces.9 → 4.0.3
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/CHANGELOG.md +14 -4
- package/README.md +2 -2
- package/build/dist/RcsbCollectTools/AnnotationCollector/AnnotationCollector.d.ts +1 -1
- package/build/dist/RcsbCollectTools/AnnotationCollector/AnnotationTrack.d.ts +1 -1
- package/build/dist/RcsbCollectTools/AnnotationCollector/AnnotationTrackManager.d.ts +1 -1
- package/build/dist/RcsbCollectTools/CoreCollectorInterface.d.ts +1 -1
- package/build/dist/RcsbCollectTools/SequenceCollector/GenomeMapCollector.d.ts +1 -1
- package/build/dist/RcsbCollectTools/SequenceCollector/ObservedSequenceCollector.d.ts +1 -1
- package/build/dist/RcsbCollectTools/SequenceCollector/SequenceCollector.d.ts +1 -1
- package/build/dist/RcsbCollectTools/SequenceCollector/SequenceCollectorHelper.d.ts +1 -1
- package/build/dist/RcsbExport/FeatureType.d.ts +10 -0
- package/build/dist/RcsbExport/RcsbFvContextManager.d.ts +4 -0
- package/build/dist/RcsbExport/RcsbFvUI.d.ts +7 -0
- package/build/dist/RcsbFvWeb/RcsbFvBuilder/RcsbFvContextManager.d.ts +4 -4
- package/build/dist/RcsbFvWeb/RcsbFvBuilder/RcsbFvCoreBuilder.d.ts +1 -1
- package/build/dist/RcsbFvWeb/RcsbFvBuilder/RcsbFvInstanceBuilder.d.ts +1 -1
- package/build/dist/RcsbFvWeb/RcsbFvModule/RcsbFvAbstractModule.d.ts +1 -1
- package/build/dist/RcsbFvWeb/RcsbFvModule/RcsbFvModuleInterface.d.ts +1 -1
- package/build/dist/RcsbFvWeb/WebTools/SelectButton.d.ts +14 -10
- package/build/dist/RcsbFvWeb/WebTools/WebToolsManager.d.ts +1 -1
- package/build/dist/RcsbUtils/AnnotationGenerators/BurialFraction.d.ts +3 -0
- package/build/dist/RcsbUtils/AnnotationGenerators/BuriedResidues.d.ts +3 -0
- package/build/dist/RcsbUtils/{AssemblyInterfacesTranslate.d.ts → Translators/AssemblyInterfacesTranslate.d.ts} +1 -1
- package/build/dist/RcsbUtils/{EntryAssemblyTranslate.d.ts → Translators/EntryAssemblyTranslate.d.ts} +1 -1
- package/build/dist/RcsbUtils/{InterfaceInstanceTranslate.d.ts → Translators/InterfaceInstanceTranslate.d.ts} +1 -1
- package/build/dist/RcsbUtils/{MultipleEntityInstanceTranslate.d.ts → Translators/MultipleEntityInstanceTranslate.d.ts} +1 -1
- package/build/dist/RcsbUtils/{PolymerEntityChromosomeTranslate.d.ts → Translators/PolymerEntityChromosomeTranslate.d.ts} +0 -0
- package/build/dist/RcsbUtils/{PolymerEntityInstanceTranslate.d.ts → Translators/PolymerEntityInstanceTranslate.d.ts} +1 -1
- package/build/dist/app.d.ts +3 -11
- package/build/dist/app.js +2 -97
- package/build/dist/app.js.LICENSE.txt +82 -0
- package/build/dist/app.js.map +1 -1
- package/build/dist/config.js +1 -1
- package/build/dist/worker.js +2 -16
- package/build/dist/worker.js.LICENSE.txt +29 -0
- package/build/dist/worker.js.map +1 -1
- package/package.json +27 -28
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,19 @@
|
|
|
1
1
|
# RCSB Saguaro App Changelog
|
|
2
2
|
|
|
3
3
|
[Semantic Versioning](https://semver.org/)
|
|
4
|
+
## [4.0.3] - 2022-02-14
|
|
5
|
+
### Bug fix
|
|
6
|
+
- react-select type definition fixed
|
|
7
|
+
|
|
8
|
+
## [4.0.2] - 2022-02-14
|
|
9
|
+
### Dependency update
|
|
10
|
+
- Multiple dependencies updated
|
|
4
11
|
|
|
5
|
-
## [4.0.
|
|
12
|
+
## [4.0.1] - 2022-02-08
|
|
13
|
+
### Dependency update
|
|
14
|
+
- rcsb-api-tools v2.3.1
|
|
15
|
+
|
|
16
|
+
## [4.0.0] - 2022-02-08
|
|
6
17
|
### Annotation collector improvements
|
|
7
18
|
- Added interface `CollectAnnotationsInterface` for generating new annotations internally (not exposed)
|
|
8
19
|
- `annotationGenerator?(annotations: Array<AnnotationFeatures>)` generates new annotations from the collected ones
|
|
@@ -13,9 +24,8 @@
|
|
|
13
24
|
dropdown menu changes and before rendering the new 1D RcsbFv.
|
|
14
25
|
The callback may return a `RcsbContextType` object that will be included in the `additionalConfig`
|
|
15
26
|
- Added two new classes (`AssemblyInterfacesCollector` and `AssemblyInterfacesTranslate`) to collect and handle assembly and interface id relationships
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Breaking change
|
|
27
|
+
- Exposing all feature types in a single object `FeatureType` (file: `src/RcsbExport/FeatureType.ts`)
|
|
28
|
+
- New package `RcsbExport` to expose classes and methods outside the library
|
|
19
29
|
- `ExternalTrackBuilderInterface` methods return a promise and are executed asynchronous
|
|
20
30
|
|
|
21
31
|
## [3.4.0] - 2021-12-07
|
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Feature Summaries. The package allows access to RCSB Saguaro methods to add or c
|
|
|
8
8
|
<!---
|
|
9
9
|
<div id="pfvSelect" ></div>
|
|
10
10
|
<div id="pfv" ></div>
|
|
11
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@rcsb/rcsb-saguaro-app@
|
|
11
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@rcsb/rcsb-saguaro-app@4.0.2/build/dist/app.js"></script>
|
|
12
12
|
<script type="text/javascript">
|
|
13
13
|
RcsbFvWebApp.buildInstanceFv("pfv", "4Z35.A", {
|
|
14
14
|
boardConfig:{
|
|
@@ -23,7 +23,7 @@ RcsbFvWebApp.buildInstanceFv("pfv", "4Z35.A", {
|
|
|
23
23
|
`npm install @rcsb/rcsb-saguaro-app`
|
|
24
24
|
|
|
25
25
|
### CDN JavaScript
|
|
26
|
-
`<script src="https://cdn.jsdelivr.net/npm/@rcsb/rcsb-saguaro-app@
|
|
26
|
+
`<script src="https://cdn.jsdelivr.net/npm/@rcsb/rcsb-saguaro-app@4.0.2/build/dist/app.js" type="text/javascript"></script>`
|
|
27
27
|
|
|
28
28
|
### JavaScript Examples
|
|
29
29
|
* [PDB Instance Chain View](https://rcsb.github.io/rcsb-saguaro-app/examples/instance.html)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RcsbFvRowConfigInterface } from '@rcsb/rcsb-saguaro';
|
|
2
2
|
import { AnnotationFeatures, Feature } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
|
|
3
3
|
import { RcsbClient } from "../../RcsbGraphQL/RcsbClient";
|
|
4
|
-
import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/PolymerEntityInstanceTranslate";
|
|
4
|
+
import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/Translators/PolymerEntityInstanceTranslate";
|
|
5
5
|
import { AnnotationCollectConfig, AnnotationCollectorInterface } from "./AnnotationCollectorInterface";
|
|
6
6
|
import { AnnotationConfigInterface } from "../../RcsbAnnotationConfig/AnnotationConfigInterface";
|
|
7
7
|
import { ExternalTrackBuilderInterface } from "../FeatureTools/ExternalTrackBuilderInterface";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RcsbFvTrackDataElementGapInterface, RcsbFvTrackDataElementInterface } from "@rcsb/rcsb-saguaro";
|
|
2
2
|
import { Feature, FeaturePosition, SequenceReference, Source } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
|
|
3
|
-
import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/PolymerEntityInstanceTranslate";
|
|
3
|
+
import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/Translators/PolymerEntityInstanceTranslate";
|
|
4
4
|
import { RcsbAnnotationConfigInterface } from "../../RcsbAnnotationConfig/AnnotationConfigInterface";
|
|
5
5
|
import { AnnotationProcessingInterface } from "./AnnotationCollectorInterface";
|
|
6
6
|
export interface FeaturePositionGaps extends FeaturePosition {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AnnotationTrack } from "./AnnotationTrack";
|
|
2
2
|
import { AnnotationFeatures } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
|
|
3
3
|
import { RcsbAnnotationConfig } from "../../RcsbAnnotationConfig/RcsbAnnotationConfig";
|
|
4
|
-
import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/PolymerEntityInstanceTranslate";
|
|
4
|
+
import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/Translators/PolymerEntityInstanceTranslate";
|
|
5
5
|
import { AnnotationCollectConfig } from "./AnnotationCollectorInterface";
|
|
6
6
|
export declare class AnnotationTrackManager {
|
|
7
7
|
private readonly rcsbAnnotationConfig;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PolymerEntityInstanceTranslate } from "../RcsbUtils/PolymerEntityInstanceTranslate";
|
|
1
|
+
import { PolymerEntityInstanceTranslate } from "../RcsbUtils/Translators/PolymerEntityInstanceTranslate";
|
|
2
2
|
import { RcsbClient } from "../RcsbGraphQL/RcsbClient";
|
|
3
3
|
import { ExternalTrackBuilderInterface } from "./FeatureTools/ExternalTrackBuilderInterface";
|
|
4
4
|
export interface CoreCollectorInterface {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RcsbClient } from "../../RcsbGraphQL/RcsbClient";
|
|
2
2
|
import { CollectAlignmentInterface, SequenceCollectorInterface } from "./SequenceCollectorInterface";
|
|
3
3
|
import { SequenceCollectorDataInterface } from "./SequenceCollector";
|
|
4
|
-
import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/PolymerEntityInstanceTranslate";
|
|
4
|
+
import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/Translators/PolymerEntityInstanceTranslate";
|
|
5
5
|
import { AlignmentResponse } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
|
|
6
6
|
import { ExternalTrackBuilderInterface } from "../FeatureTools/ExternalTrackBuilderInterface";
|
|
7
7
|
export declare class GenomeMapCollector implements SequenceCollectorInterface {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AlignmentResponse } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
|
|
2
2
|
import { SequenceCollectorDataInterface } from "./SequenceCollector";
|
|
3
|
-
import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/PolymerEntityInstanceTranslate";
|
|
3
|
+
import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/Translators/PolymerEntityInstanceTranslate";
|
|
4
4
|
import { RcsbClient } from "../../RcsbGraphQL/RcsbClient";
|
|
5
5
|
import { AlignmentCollectConfig, SequenceCollectorInterface } from "./SequenceCollectorInterface";
|
|
6
6
|
import { ExternalTrackBuilderInterface } from "../FeatureTools/ExternalTrackBuilderInterface";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RcsbFvRowConfigInterface } from '@rcsb/rcsb-saguaro';
|
|
2
2
|
import { AlignedRegion, AlignmentResponse } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
|
|
3
|
-
import { PolymerEntityInstanceTranslate, TranslateContextInterface } from "../../RcsbUtils/PolymerEntityInstanceTranslate";
|
|
3
|
+
import { PolymerEntityInstanceTranslate, TranslateContextInterface } from "../../RcsbUtils/Translators/PolymerEntityInstanceTranslate";
|
|
4
4
|
import { RcsbClient } from "../../RcsbGraphQL/RcsbClient";
|
|
5
5
|
import { AlignmentCollectConfig, SequenceCollectorInterface } from "./SequenceCollectorInterface";
|
|
6
6
|
import { ExternalTrackBuilderInterface } from "../FeatureTools/ExternalTrackBuilderInterface";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PolymerEntityInstanceTranslate, TranslateContextInterface } from "../../RcsbUtils/PolymerEntityInstanceTranslate";
|
|
1
|
+
import { PolymerEntityInstanceTranslate, TranslateContextInterface } from "../../RcsbUtils/Translators/PolymerEntityInstanceTranslate";
|
|
2
2
|
import { AlignedRegion, SequenceReference, TargetAlignment } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
|
|
3
3
|
import { RcsbFvLink, RcsbFvRowConfigInterface, RcsbFvTrackDataElementInterface } from "@rcsb/rcsb-saguaro";
|
|
4
4
|
import { AlignedObservedRegion } from "./SequenceCollector";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Type } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
|
|
2
|
+
declare const ExtendedTypes: {
|
|
3
|
+
BurialFraction: Type;
|
|
4
|
+
BuriedResidues: Type;
|
|
5
|
+
};
|
|
6
|
+
declare type MergedType = typeof Type & typeof ExtendedTypes;
|
|
7
|
+
declare const MergedType: MergedType;
|
|
8
|
+
declare type FeatureType = typeof MergedType;
|
|
9
|
+
export declare const FeatureType: FeatureType;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { GroupedOptionsInterface, SelectOptionInterface } from "../RcsbFvWeb/WebTools/SelectButton";
|
|
2
|
+
import { SelectButtonConfigInterface } from "../RcsbFvWeb/WebTools/WebToolsManager";
|
|
3
|
+
export declare class RcsbFvUI {
|
|
4
|
+
static clearSelectButton(elementFvId: string, selectButtonId: string): void;
|
|
5
|
+
static createSelectButton(elementFvId: string, selectButtonId: string, options: Array<SelectOptionInterface> | Array<GroupedOptionsInterface>, config?: SelectButtonConfigInterface): void;
|
|
6
|
+
static addSelectButton(elementFvId: string, selectButtonId: string, options: Array<SelectOptionInterface>, config?: SelectButtonConfigInterface): void;
|
|
7
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RcsbFv, RcsbFvBoardConfigInterface } from "@rcsb/rcsb-saguaro";
|
|
2
|
-
import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/PolymerEntityInstanceTranslate";
|
|
3
|
-
import { EntryAssemblyTranslate } from "../../RcsbUtils/EntryAssemblyTranslate";
|
|
4
|
-
import { PolymerEntityChromosomeTranslate } from "../../RcsbUtils/PolymerEntityChromosomeTranslate";
|
|
5
|
-
import { InterfaceInstanceTranslate } from "../../RcsbUtils/InterfaceInstanceTranslate";
|
|
2
|
+
import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/Translators/PolymerEntityInstanceTranslate";
|
|
3
|
+
import { EntryAssemblyTranslate } from "../../RcsbUtils/Translators/EntryAssemblyTranslate";
|
|
4
|
+
import { PolymerEntityChromosomeTranslate } from "../../RcsbUtils/Translators/PolymerEntityChromosomeTranslate";
|
|
5
|
+
import { InterfaceInstanceTranslate } from "../../RcsbUtils/Translators/InterfaceInstanceTranslate";
|
|
6
6
|
declare class RcsbFvContextManager {
|
|
7
7
|
private rcsbFvManager;
|
|
8
8
|
private rcsbButtonManager;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/PolymerEntityInstanceTranslate";
|
|
1
|
+
import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/Translators/PolymerEntityInstanceTranslate";
|
|
2
2
|
import { RcsbFv } from "@rcsb/rcsb-saguaro";
|
|
3
3
|
import { RcsbFvModuleBuildInterface, RcsbFvModuleInterface, RcsbFvModulePublicInterface } from "../RcsbFvModule/RcsbFvModuleInterface";
|
|
4
4
|
import { SelectButtonConfigInterface } from "../WebTools/WebToolsManager";
|
|
@@ -3,7 +3,7 @@ import { RcsbContextType, RcsbFvAdditionalConfig } from "../RcsbFvModule/RcsbFvM
|
|
|
3
3
|
import { PolymerEntityInstanceInterface } from "../../RcsbCollectTools/Translators/PolymerEntityInstancesCollector";
|
|
4
4
|
import { OptionPropsInterface } from "../WebTools/SelectButton";
|
|
5
5
|
import { RcsbFvModulePublicInterface } from "../RcsbFvModule/RcsbFvModuleInterface";
|
|
6
|
-
import { OptionProps } from "react-select/src/components/Option";
|
|
6
|
+
import { OptionProps } from "react-select/dist/declarations/src/components/Option";
|
|
7
7
|
export interface InstanceSequenceOnchangeInterface {
|
|
8
8
|
pdbId: string;
|
|
9
9
|
authId: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RcsbFv, RcsbFvBoardConfigInterface, RcsbFvRowConfigInterface } from '@rcsb/rcsb-saguaro';
|
|
2
2
|
import { SequenceCollectorDataInterface } from "../../RcsbCollectTools/SequenceCollector/SequenceCollector";
|
|
3
|
-
import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/PolymerEntityInstanceTranslate";
|
|
3
|
+
import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/Translators/PolymerEntityInstanceTranslate";
|
|
4
4
|
import { SequenceCollectorInterface } from "../../RcsbCollectTools/SequenceCollector/SequenceCollectorInterface";
|
|
5
5
|
import { AnnotationCollectorInterface } from "../../RcsbCollectTools/AnnotationCollector/AnnotationCollectorInterface";
|
|
6
6
|
import { RcsbFvModuleBuildInterface, RcsbFvModuleInterface } from "./RcsbFvModuleInterface";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Feature, FilterInput, SequenceReference, Source } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
|
|
2
|
-
import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/PolymerEntityInstanceTranslate";
|
|
2
|
+
import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/Translators/PolymerEntityInstanceTranslate";
|
|
3
3
|
import { RcsbFv, RcsbFvBoardConfigInterface, RcsbFvRowConfigInterface } from "@rcsb/rcsb-saguaro";
|
|
4
4
|
import { PairwiseAlignmentInterface } from "../PairwiseAlignmentTools/PairwiseAlignmentBuilder";
|
|
5
5
|
import { AnnotationProcessingInterface } from "../../RcsbCollectTools/AnnotationCollector/AnnotationCollectorInterface";
|
|
@@ -1,17 +1,9 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import { OptionProps } from "react-select
|
|
2
|
+
import { OptionProps } from "react-select";
|
|
3
3
|
export interface GroupedOptionsInterface {
|
|
4
4
|
options: Array<SelectOptionInterface>;
|
|
5
5
|
label: string;
|
|
6
6
|
}
|
|
7
|
-
export interface SelectOptionInterface {
|
|
8
|
-
optId?: string;
|
|
9
|
-
label: string;
|
|
10
|
-
groupLabel?: string;
|
|
11
|
-
name?: string;
|
|
12
|
-
shortLabel?: string;
|
|
13
|
-
onChange: () => void;
|
|
14
|
-
}
|
|
15
7
|
interface SelectButtonInterface {
|
|
16
8
|
elementId: string;
|
|
17
9
|
options?: Array<SelectOptionInterface> | Array<GroupedOptionsInterface>;
|
|
@@ -20,12 +12,24 @@ interface SelectButtonInterface {
|
|
|
20
12
|
defaultValue?: string | undefined | null;
|
|
21
13
|
width?: number;
|
|
22
14
|
dropdownTitle?: string;
|
|
23
|
-
optionProps?: (props: OptionProps<OptionPropsInterface>) => JSX.Element;
|
|
15
|
+
optionProps?: (props: OptionProps<OptionPropsInterface, false, GroupOptionPropsInterface>) => JSX.Element;
|
|
24
16
|
isAdditionalButton?: boolean;
|
|
25
17
|
}
|
|
18
|
+
export interface SelectOptionInterface {
|
|
19
|
+
optId?: string;
|
|
20
|
+
groupLabel?: string;
|
|
21
|
+
name?: string;
|
|
22
|
+
shortLabel?: string;
|
|
23
|
+
label: string;
|
|
24
|
+
onChange: () => void;
|
|
25
|
+
}
|
|
26
26
|
export interface OptionPropsInterface extends SelectOptionInterface {
|
|
27
27
|
value: number;
|
|
28
28
|
}
|
|
29
|
+
interface GroupOptionPropsInterface {
|
|
30
|
+
label: string;
|
|
31
|
+
options: OptionPropsInterface[];
|
|
32
|
+
}
|
|
29
33
|
interface SelectButtonState {
|
|
30
34
|
selectedOption: OptionPropsInterface;
|
|
31
35
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { GroupedOptionsInterface, OptionPropsInterface, SelectOptionInterface } from "./SelectButton";
|
|
3
|
-
import { OptionProps } from "react-select/src/components/Option";
|
|
3
|
+
import { OptionProps } from "react-select/dist/declarations/src/components/Option";
|
|
4
4
|
export interface SelectButtonConfigInterface {
|
|
5
5
|
addTitle?: boolean;
|
|
6
6
|
defaultValue?: string | undefined | null;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { AnnotationFeatures } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
|
|
2
|
+
export declare function burialFraction(annotations: Array<AnnotationFeatures>): Array<AnnotationFeatures>;
|
|
3
|
+
export declare function burialFractionFilter(annotations: Array<AnnotationFeatures>): Array<AnnotationFeatures>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { AnnotationFeatures } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
|
|
2
|
+
export declare function buriedResidues(annotations: Array<AnnotationFeatures>): Array<AnnotationFeatures>;
|
|
3
|
+
export declare function buriedResiduesFilter(annotations: Array<AnnotationFeatures>): Array<AnnotationFeatures>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AssemblyInterfacesInterface } from "
|
|
1
|
+
import { AssemblyInterfacesInterface } from "../../RcsbCollectTools/Translators/AssemblyInterfacesCollector";
|
|
2
2
|
export declare class AssemblyInterfacesTranslate {
|
|
3
3
|
private readonly rawData;
|
|
4
4
|
private interfaceMap;
|
package/build/dist/RcsbUtils/{EntryAssemblyTranslate.d.ts → Translators/EntryAssemblyTranslate.d.ts}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PolymerEntityInstanceInterface } from "
|
|
1
|
+
import { PolymerEntityInstanceInterface } from "../../RcsbCollectTools/Translators/PolymerEntityInstancesCollector";
|
|
2
2
|
export declare class EntryAssemblyTranslate {
|
|
3
3
|
private readonly rawData;
|
|
4
4
|
constructor(data: Map<string, Array<PolymerEntityInstanceInterface>>);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { InterfaceInstanceInterface } from "
|
|
1
|
+
import { InterfaceInstanceInterface } from "../../RcsbCollectTools/Translators/InterfaceInstanceCollector";
|
|
2
2
|
export declare class InterfaceInstanceTranslate {
|
|
3
3
|
private readonly rawData;
|
|
4
4
|
private readonly instances;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PolymerEntityInstanceTranslate } from "./PolymerEntityInstanceTranslate";
|
|
2
|
-
import { PolymerEntityInstanceInterface } from "
|
|
2
|
+
import { PolymerEntityInstanceInterface } from "../../RcsbCollectTools/Translators/PolymerEntityInstancesCollector";
|
|
3
3
|
export declare class MultipleEntityInstanceTranslate {
|
|
4
4
|
private readonly entityInstanceTranslateMap;
|
|
5
5
|
add(data: Array<PolymerEntityInstanceInterface>): void;
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PolymerEntityInstanceInterface } from "
|
|
1
|
+
import { PolymerEntityInstanceInterface } from "../../RcsbCollectTools/Translators/PolymerEntityInstancesCollector";
|
|
2
2
|
import { RcsbFvTrackDataElementInterface } from '@rcsb/rcsb-saguaro';
|
|
3
3
|
import { SequenceReference, Source } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
|
|
4
4
|
export interface TranslateContextInterface {
|
package/build/dist/app.d.ts
CHANGED
|
@@ -1,12 +1,4 @@
|
|
|
1
|
-
import { GroupedOptionsInterface, SelectOptionInterface } from "./RcsbFvWeb/WebTools/SelectButton";
|
|
2
1
|
export { buildEntryChromosome, buildFullChromosome, buildEntityChromosome, buildChromosome, buildEntityFv, buildEntitySummaryFv, buildSingleEntitySummaryFv, buildInstanceFv, buildInstanceSequenceFv, buildMultipleInstanceSequenceFv, buildAssemblySequenceFv, buildPairwiseAlignment, buildPfv, buildMultipleAlignmentSequenceFv, buildUniprotEntityFv, buildUniprotEntityInstanceFv, buildUniprotFv, unmount } from "./RcsbFvWeb/RcsbFvBuilder";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export
|
|
6
|
-
static clearSelectButton(elementFvId: string, selectButtonId: string): void;
|
|
7
|
-
static createSelectButton(elementFvId: string, selectButtonId: string, options: Array<SelectOptionInterface> | Array<GroupedOptionsInterface>, config?: SelectButtonConfigInterface): void;
|
|
8
|
-
static addSelectButton(elementFvId: string, selectButtonId: string, options: Array<SelectOptionInterface>, config?: SelectButtonConfigInterface): void;
|
|
9
|
-
}
|
|
10
|
-
export declare class RcsbFvContextManager {
|
|
11
|
-
static getInterfaceToInstance(interfaceId: string): Promise<InterfaceInstanceTranslate>;
|
|
12
|
-
}
|
|
2
|
+
export { RcsbFvContextManager } from "./RcsbExport/RcsbFvContextManager";
|
|
3
|
+
export { RcsbFvUI } from "./RcsbExport/RcsbFvUI";
|
|
4
|
+
export { FeatureType } from "./RcsbExport/FeatureType";
|