@rcsb/rcsb-saguaro-app 2.3.5-groups.9 → 3.0.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.
Files changed (73) hide show
  1. package/CHANGELOG.md +25 -5
  2. package/README.md +2 -2
  3. package/build/dist/ExternalResources/NcbiData/NcbiSummary.d.ts +1 -1
  4. package/build/dist/ExternalResources/SwissModel/SwissModelQueryAnnotations.d.ts +1 -1
  5. package/build/dist/RcsbAnnotationConfig/RcsbAnnotationConfig.d.ts +2 -1
  6. package/build/dist/RcsbCollectTools/AnnotationCollector/AnnotationCollector.d.ts +1 -1
  7. package/build/dist/RcsbCollectTools/AnnotationCollector/AnnotationCollectorHelper.d.ts +2 -2
  8. package/build/dist/RcsbCollectTools/AnnotationCollector/AnnotationCollectorInterface.d.ts +7 -8
  9. package/build/dist/RcsbCollectTools/AnnotationCollector/{AnnotationTransformer.d.ts → AnnotationTrack.d.ts} +19 -4
  10. package/build/dist/RcsbCollectTools/AnnotationCollector/AnnotationTrackManager.d.ts +3 -3
  11. package/build/dist/RcsbCollectTools/FeatureTools/ExternalTrackBuilderInterface.d.ts +1 -1
  12. package/build/dist/RcsbCollectTools/PropertyCollector/MultipleEntryPropertyCollector.d.ts +1 -1
  13. package/build/dist/RcsbCollectTools/SequenceCollector/GenomeMapCollector.d.ts +2 -2
  14. package/build/dist/RcsbCollectTools/SequenceCollector/ObservedSequenceCollector.d.ts +1 -1
  15. package/build/dist/RcsbCollectTools/SequenceCollector/SequenceCollector.d.ts +1 -1
  16. package/build/dist/RcsbCollectTools/SequenceCollector/SequenceCollectorHelper.d.ts +2 -2
  17. package/build/dist/RcsbCollectTools/SequenceCollector/SequenceCollectorInterface.d.ts +3 -7
  18. package/build/dist/RcsbCollectTools/Translators/EntryAssembliesCollector.d.ts +1 -1
  19. package/build/dist/RcsbCollectTools/Translators/MultipleEntityInstancesCollector.d.ts +1 -1
  20. package/build/dist/RcsbCollectTools/Translators/PolymerEntityInstancesCollector.d.ts +1 -1
  21. package/build/dist/RcsbFvWeb/RcsbFvBuilder/RcsbFvContextManager.d.ts +0 -12
  22. package/build/dist/RcsbFvWeb/RcsbFvBuilder/RcsbFvCoreBuilder.d.ts +0 -3
  23. package/build/dist/RcsbFvWeb/RcsbFvBuilder/RcsbFvProteinSequenceBuilder.d.ts +1 -1
  24. package/build/dist/RcsbFvWeb/RcsbFvBuilder.d.ts +2 -4
  25. package/build/dist/RcsbFvWeb/RcsbFvModule/RcsbFvAbstractModule.d.ts +1 -1
  26. package/build/dist/RcsbFvWeb/RcsbFvModule/RcsbFvModuleInterface.d.ts +1 -8
  27. package/build/dist/RcsbFvWeb/RcsbFvWorkers/RcsbFvAlignmentCollectorQueue.d.ts +1 -1
  28. package/build/dist/RcsbFvWeb/WebTools/WebToolsManager.d.ts +2 -3
  29. package/build/dist/RcsbGraphQL/RcsbClient.d.ts +2 -8
  30. package/build/dist/RcsbGraphQL/RcsbCoreQueryInterface.d.ts +1 -1
  31. package/build/dist/RcsbGraphQL/RcsbQueryAlignment.d.ts +2 -12
  32. package/build/dist/RcsbGraphQL/RcsbQueryAnnotations.d.ts +2 -6
  33. package/build/dist/RcsbGraphQL/RcsbQueryEntryInstances.d.ts +2 -2
  34. package/build/dist/RcsbGraphQL/RcsbQueryMultipleEntityInstances.d.ts +2 -2
  35. package/build/dist/RcsbGraphQL/RcsbQueryMultipleEntriesProperties.d.ts +2 -2
  36. package/build/dist/RcsbUtils/PolymerEntityInstanceTranslate.d.ts +1 -1
  37. package/build/dist/app.d.ts +1 -1
  38. package/build/dist/app.js +15 -20
  39. package/build/dist/app.js.map +1 -1
  40. package/build/dist/worker.js +1 -1
  41. package/build/dist/worker.js.map +1 -1
  42. package/package.json +5 -7
  43. package/build/dist/RcsbChartWeb/RcsbChartTools/ChartTools.d.ts +0 -32
  44. package/build/dist/RcsbChartWeb/RcsbChartView/BarChartView.d.ts +0 -9
  45. package/build/dist/RcsbChartWeb/RcsbChartView/ChartViewInterface.d.ts +0 -24
  46. package/build/dist/RcsbChartWeb/RcsbChartView/HistogramChartView.d.ts +0 -11
  47. package/build/dist/RcsbChartWeb/RcsbChartView/PieChartView.d.ts +0 -9
  48. package/build/dist/RcsbChartWeb/RcsbChartView/RcsbChartLayout.d.ts +0 -11
  49. package/build/dist/RcsbCollectTools/PropertyCollector/GroupPropertyCollector.d.ts +0 -9
  50. package/build/dist/RcsbCollectTools/Translators/GroupMemberCollector.d.ts +0 -6
  51. package/build/dist/RcsbFvWeb/RcsbFvBuilder/RcsbFvGroupBuilder.d.ts +0 -6
  52. package/build/dist/RcsbFvWeb/RcsbFvGroup/GroupSequenceTabs.d.ts +0 -20
  53. package/build/dist/RcsbFvWeb/RcsbFvGroup/Logo.d.ts +0 -15
  54. package/build/dist/RcsbFvWeb/RcsbFvModule/RcsbFvGroup.d.ts +0 -11
  55. package/build/dist/RcsbFvWeb/RcsbFvModule/RcsbFvGroupAlignment.d.ts +0 -11
  56. package/build/dist/RcsbFvWeb/RcsbFvModule/RcsbFvGroupAnnotation.d.ts +0 -11
  57. package/build/dist/RcsbFvWeb/WebTools/RcsbTabs.d.ts +0 -16
  58. package/build/dist/RcsbGraphQL/RcsbQueryGroup.d.ts +0 -7
  59. package/build/dist/RcsbGroupWeb/RcsbGroupBuilder.d.ts +0 -7
  60. package/build/dist/RcsbGroupWeb/RcsbGroupView/RcsbGroupDisplay.d.ts +0 -8
  61. package/build/dist/RcsbGroupWeb/RcsbGroupView/RcsbGroupHeader.d.ts +0 -9
  62. package/build/dist/RcsbGroupWeb/RcsbGroupView/RcsbGroupMembers/GroupMembersGrid.d.ts +0 -28
  63. package/build/dist/RcsbGroupWeb/RcsbGroupView/RcsbGroupMembers.d.ts +0 -25
  64. package/build/dist/RcsbSeacrh/FacetStore/EntityGranularitySearchFacetStore.d.ts +0 -15
  65. package/build/dist/RcsbSeacrh/FacetStore/EntityGroupFacetStore.d.ts +0 -15
  66. package/build/dist/RcsbSeacrh/FacetStore/FacetMemberInterface.d.ts +0 -11
  67. package/build/dist/RcsbSeacrh/FacetStore/FacetStoreInterface.d.ts +0 -8
  68. package/build/dist/RcsbSeacrh/FacetTools.d.ts +0 -22
  69. package/build/dist/RcsbSeacrh/QueryStore/SearchGroupQuery.d.ts +0 -5
  70. package/build/dist/RcsbSeacrh/SearchRequestProperty.d.ts +0 -11
  71. package/build/dist/plot.d.ts +0 -1
  72. package/build/dist/plot.js +0 -95
  73. package/build/dist/plot.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  [Semantic Versioning](https://semver.org/)
4
4
 
5
+ ## [3.0.0] - 2021-10-15
6
+ ### Minor code refactor
7
+ Changed `setTimeout` calls to 'rxjs' `asyncScheduler`
8
+ ### Breaking changes
9
+ - rcsb-saguaro update 2.0.0
10
+
11
+ ## [2.4.0] - 2021-10-08
12
+ ### Minor code refactor and improvements
13
+ - `AnnotationCollectorInterface` new annotation features getter `getAnnotationFeatures`
14
+ - `ExternalTrackBuilderInterface` interface to build tracks from the collected annotations and alignments
15
+ - `SequenceCollectorInterface` new alignment response getter `getAlignmentResponse`
16
+ - `SequenceCollectorInterface` `collect` method accepts a new optional argument `filter?:Array<string>` to filter targets in the alignment
17
+ - No more `Map` inheritance in `AnnotationTrack`. Now it delegates `Map` methods
18
+ - rcsb-saguaro update 1.11.0
19
+
20
+ ## [2.3.6] - 2021-10-04
21
+ ### Dependency update
22
+ - Using rcsb-api-tools
23
+
5
24
  ## [2.3.5] - 2021-09-16
6
25
  ### Display Improvement
7
26
  - Loader spinner added
@@ -17,7 +36,7 @@
17
36
 
18
37
  ## [2.3.2] - 2021-08-30
19
38
  ### Bug correction
20
- - `AnnotationTransformer` `annotationConfig` bug fixed
39
+ - `AnnotationTrack` `annotationConfig` bug fixed
21
40
 
22
41
  ## [2.3.1] - 2021-08-24
23
42
  ### Bug correction
@@ -63,12 +82,13 @@
63
82
  - async/await promise style
64
83
  - Recursive waits migrated to rxjx Observables
65
84
  - PFV unique building method
66
- - RcsbFvWebApp.setBoardConfig and RcsbFvWebApp.getRcsbFv have been removed.
67
- - Custom board config must be defined in RcsbFvAdditionalConfig (Some RcsbFvWebApp methods do not support additional configs yet)
68
- - Builder methods return RcsbFvModulePublicInterface
69
85
  - Context Manager rcsbFv build new board config param
70
86
  - Select button default value title bug fixed
71
87
  - rcsb-saguaro update 1.8.4
88
+ #### Breaking changes
89
+ - RcsbFvWebApp.setBoardConfig and RcsbFvWebApp.getRcsbFv have been removed.
90
+ - Custom board config must be defined in RcsbFvAdditionalConfig (Some RcsbFvWebApp methods do not support additional configs yet)
91
+ - Builder methods return RcsbFvModulePublicInterface
72
92
 
73
93
  ## [1.4.8] - 2021-06-15
74
94
  ### Optimization
@@ -106,7 +126,7 @@
106
126
  ## [1.4.0] - 2021-06-02
107
127
  ### Improvements
108
128
  - Typed types
109
- - New class AnnotationTransformer transforms Feature into RcsbFvTrackDataElementInterface
129
+ - New class AnnotationTrack transforms Feature into RcsbFvTrackDataElementInterface
110
130
  - Added commented code to handle FeaturePositionValue as Arrays
111
131
 
112
132
  ## [1.3.2] - 2021-05-31
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@2.3.4/build/dist/app.js"></script>
11
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@rcsb/rcsb-saguaro-app@3.0.0/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@2.3.4/build/dist/app.js" type="text/javascript"></script>`
26
+ `<script src="https://cdn.jsdelivr.net/npm/@rcsb/rcsb-saguaro-app@3.0.0/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)
@@ -18,7 +18,7 @@ export interface TaxonomyMetadataInterface {
18
18
  export declare class NcbiSummary {
19
19
  private static timeout;
20
20
  private static httpTimeout;
21
- private static jobId;
21
+ private static jobTask;
22
22
  static requestChromosomeData(chrId: string): Promise<ChromosomeMetadataInterface>;
23
23
  static requestTaxonomyData(taxId: string): Promise<TaxonomyMetadataInterface>;
24
24
  }
@@ -1,4 +1,4 @@
1
- import { AnnotationFeatures } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
1
+ import { AnnotationFeatures } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
2
2
  export declare class SwissModelQueryAnnotations {
3
3
  private static readonly url;
4
4
  private static readonly urlSuffix;
@@ -1,4 +1,4 @@
1
- import { Feature } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
1
+ import { Feature } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
2
2
  import { RcsbFvDisplayTypes, RcsbFvTrackDataElementInterface } from '@rcsb/rcsb-saguaro';
3
3
  import { AnnotationConfigInterface, RcsbAnnotationConfigInterface } from "./AnnotationConfigInterface";
4
4
  export interface RcsbMergedTypesInterface {
@@ -30,6 +30,7 @@ export declare class RcsbAnnotationConfig {
30
30
  annotationMergedPreference(type: string, a: RcsbFvTrackDataElementInterface, b: RcsbFvTrackDataElementInterface): boolean;
31
31
  static randomRgba(str?: string): string;
32
32
  addProvenance(type: string, provenanceName: string): void;
33
+ addMultipleProvenance(type: string, provenanceList: Array<string>): void;
33
34
  getProvenanceList(type: string): Array<string>;
34
35
  isTransformedToNumerical(type: string): boolean;
35
36
  }
@@ -1,5 +1,5 @@
1
1
  import { RcsbFvRowConfigInterface } from '@rcsb/rcsb-saguaro';
2
- import { AnnotationFeatures, Feature } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
2
+ import { AnnotationFeatures, Feature } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
3
3
  import { RcsbClient } from "../../RcsbGraphQL/RcsbClient";
4
4
  import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/PolymerEntityInstanceTranslate";
5
5
  import { AnnotationCollectConfig, AnnotationCollectorInterface } from "./AnnotationCollectorInterface";
@@ -1,8 +1,8 @@
1
- import { AnnotationTransformer } from "./AnnotationTransformer";
1
+ import { AnnotationTrack } from "./AnnotationTrack";
2
2
  import { RcsbFvRowConfigInterface } from "@rcsb/rcsb-saguaro";
3
3
  import { RcsbAnnotationConfigInterface } from "../../RcsbAnnotationConfig/AnnotationConfigInterface";
4
4
  export declare class AnnotationCollectorHelper {
5
- static buildAnnotationTrack(annotationHandler: AnnotationTransformer, type: string, rcsbAnnotationConfig: RcsbAnnotationConfigInterface, provenanceList: Array<string>): RcsbFvRowConfigInterface;
5
+ static buildAnnotationTrack(annotationHandler: AnnotationTrack, type: string, rcsbAnnotationConfig: RcsbAnnotationConfigInterface, provenanceList: Array<string>): RcsbFvRowConfigInterface;
6
6
  private static buildRcsbFvRowConfigTrack;
7
7
  private static buildRcsbFvRowConfigArea;
8
8
  private static buildRcsbFvRowConfigBlockArea;
@@ -1,7 +1,7 @@
1
1
  import { CoreCollectorInterface } from "../CoreCollectorInterface";
2
2
  import { RcsbFvRowConfigInterface } from "@rcsb/rcsb-saguaro";
3
- import { AnnotationFeatures, Feature, QueryAnnotationsArgs, QueryGroup_AnnotationsArgs, Source } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
4
- import { AnnotationTransformer, FeaturePositionGaps } from "./AnnotationTransformer";
3
+ import { AnnotationFeatures, Feature, QueryAnnotationsArgs, Source } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
4
+ import { AnnotationTrack, FeaturePositionGaps } from "./AnnotationTrack";
5
5
  import { ExternalTrackBuilderInterface } from "../FeatureTools/ExternalTrackBuilderInterface";
6
6
  export declare type IncreaseAnnotationValueType = (feature: {
7
7
  type: string;
@@ -11,8 +11,9 @@ export declare type IncreaseAnnotationValueType = (feature: {
11
11
  p: FeaturePositionGaps;
12
12
  }) => number;
13
13
  export interface AnnotationProcessingInterface {
14
- increaseAnnotationValue?: IncreaseAnnotationValueType;
15
- computeAnnotationValue?: (annotationTracks: Map<string, AnnotationTransformer>) => void;
14
+ getAnnotationValue?: IncreaseAnnotationValueType;
15
+ computeAnnotationValue?: (annotationTracks: Map<string, AnnotationTrack>) => void;
16
+ addTrackElementCallback?: IncreaseAnnotationValueType;
16
17
  }
17
18
  interface CommonAnnotationInterface {
18
19
  annotationProcessing?: AnnotationProcessingInterface;
@@ -22,11 +23,9 @@ export interface CollectAnnotationsInterface extends QueryAnnotationsArgs, Commo
22
23
  addTargetInTitle?: Set<Source>;
23
24
  collectSwissModel?: boolean;
24
25
  }
25
- export interface CollectGroupAnnotationsInterface extends QueryGroup_AnnotationsArgs, CommonAnnotationInterface {
26
- }
27
- export declare type AnnotationCollectConfig = Partial<CollectAnnotationsInterface & CollectGroupAnnotationsInterface>;
26
+ export declare type AnnotationCollectConfig = Partial<CollectAnnotationsInterface>;
28
27
  export interface AnnotationCollectorInterface extends CoreCollectorInterface {
29
- collect(requestConfig: CollectAnnotationsInterface | CollectGroupAnnotationsInterface): Promise<Array<RcsbFvRowConfigInterface>>;
28
+ collect(requestConfig: CollectAnnotationsInterface): Promise<Array<RcsbFvRowConfigInterface>>;
30
29
  getAnnotationConfigData(): Promise<Array<RcsbFvRowConfigInterface>>;
31
30
  getAnnotationFeatures(): Promise<Array<AnnotationFeatures>>;
32
31
  getFeatures(): Promise<Array<Feature>>;
@@ -1,23 +1,38 @@
1
1
  import { RcsbFvTrackDataElementGapInterface, RcsbFvTrackDataElementInterface } from "@rcsb/rcsb-saguaro";
2
- import { Feature, FeaturePosition, SequenceReference, Source } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
2
+ import { Feature, FeaturePosition, SequenceReference, Source } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
3
3
  import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/PolymerEntityInstanceTranslate";
4
4
  import { RcsbAnnotationConfigInterface } from "../../RcsbAnnotationConfig/AnnotationConfigInterface";
5
- import { IncreaseAnnotationValueType } from "./AnnotationCollectorInterface";
5
+ import { AnnotationProcessingInterface } from "./AnnotationCollectorInterface";
6
6
  export interface FeaturePositionGaps extends FeaturePosition {
7
7
  gaps?: Array<RcsbFvTrackDataElementGapInterface>;
8
8
  }
9
- export declare class AnnotationTransformer extends Map<string, RcsbFvTrackDataElementInterface> {
9
+ export declare class AnnotationTrack {
10
10
  private valueRange;
11
11
  private readonly entityInstanceTranslator;
12
12
  private readonly type;
13
13
  private readonly annotationConfig;
14
+ private readonly trackElementMap;
14
15
  constructor(type: string, annotationConfig: RcsbAnnotationConfigInterface, entityInstanceTranslator: PolymerEntityInstanceTranslate);
15
16
  getRange(): {
16
17
  min: number;
17
18
  max: number;
18
19
  };
19
- addElement(reference: SequenceReference | undefined, queryId: string, source: Source, targetId: string, d: Feature, increaseValue?: IncreaseAnnotationValueType): void;
20
+ addFeature(ann: {
21
+ reference: SequenceReference | undefined;
22
+ queryId: string;
23
+ source: Source;
24
+ targetId: string;
25
+ feature: Feature;
26
+ }, annotationProcessing?: AnnotationProcessingInterface): void;
27
+ size(): number;
28
+ forEach(f: (ann: RcsbFvTrackDataElementInterface, loc: string) => void): void;
29
+ addAll(trackElementsMap: AnnotationTrack, color?: string): void;
30
+ getTrackProvenance(): Set<string>;
31
+ set(loc: string, ann: RcsbFvTrackDataElementInterface): void;
32
+ values(): Array<RcsbFvTrackDataElementInterface>;
20
33
  private buildRcsbFvTrackDataElement;
34
+ private addRange;
35
+ private transformToNumerical;
21
36
  private expandValues;
22
37
  private addAuthorResIds;
23
38
  private isNumericalDisplay;
@@ -1,5 +1,5 @@
1
- import { AnnotationTransformer } from "./AnnotationTransformer";
2
- import { AnnotationFeatures } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
1
+ import { AnnotationTrack } from "./AnnotationTrack";
2
+ import { AnnotationFeatures } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
3
3
  import { RcsbAnnotationConfig } from "../../RcsbAnnotationConfig/RcsbAnnotationConfig";
4
4
  import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/PolymerEntityInstanceTranslate";
5
5
  import { AnnotationCollectConfig } from "./AnnotationCollectorInterface";
@@ -9,7 +9,7 @@ export declare class AnnotationTrackManager {
9
9
  private polymerEntityInstanceTranslator;
10
10
  constructor(rcsbAnnotationConfig: RcsbAnnotationConfig);
11
11
  processRcsbPdbAnnotations(data: Array<AnnotationFeatures>, requestConfig: AnnotationCollectConfig): void;
12
- getAnnotationTracks(): Map<string, AnnotationTransformer>;
12
+ getAnnotationTracks(): Map<string, AnnotationTrack>;
13
13
  private getPolymerEntityInstanceTranslator;
14
14
  setPolymerEntityInstanceTranslator(p: PolymerEntityInstanceTranslate): void;
15
15
  private mergeTracks;
@@ -1,5 +1,5 @@
1
1
  import { RcsbFvRowConfigInterface } from "@rcsb/rcsb-saguaro";
2
- import { AlignmentResponse, AnnotationFeatures } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
2
+ import { AlignmentResponse, AnnotationFeatures } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
3
3
  import { SequenceCollectorDataInterface } from "../SequenceCollector/SequenceCollector";
4
4
  export interface ExternalTrackBuilderInterface {
5
5
  processAlignmentAndFeatures(data: {
@@ -1,4 +1,4 @@
1
- import { QueryEntriesArgs } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Yosemite/GqlTypes";
1
+ import { QueryEntriesArgs } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Yosemite/GqlTypes";
2
2
  export interface EntryPropertyIntreface {
3
3
  rcsbId: string;
4
4
  entryId: string;
@@ -2,10 +2,10 @@ import { RcsbClient } from "../../RcsbGraphQL/RcsbClient";
2
2
  import { CollectAlignmentInterface, SequenceCollectorInterface } from "./SequenceCollectorInterface";
3
3
  import { SequenceCollectorDataInterface } from "./SequenceCollector";
4
4
  import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/PolymerEntityInstanceTranslate";
5
- import { AlignmentResponse } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
5
+ import { AlignmentResponse } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
6
6
  export declare class GenomeMapCollector implements SequenceCollectorInterface {
7
7
  readonly rcsbFvQuery: RcsbClient;
8
- collect(requestConfig: CollectAlignmentInterface, filter?: Array<string>, entityInstanceMapCollector?: (instanceIds: Array<string>) => Promise<void>): Promise<SequenceCollectorDataInterface>;
8
+ collect(requestConfig: CollectAlignmentInterface, filter?: Array<string>, entityInstanceMapCollector?: (instanceIds: Array<string>) => Promise<null>): Promise<SequenceCollectorDataInterface>;
9
9
  getPolymerEntityInstanceTranslator(): PolymerEntityInstanceTranslate;
10
10
  getSequenceLength(): number;
11
11
  getTargets(): Promise<Array<string>>;
@@ -1,4 +1,4 @@
1
- import { AlignmentResponse } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
1
+ import { AlignmentResponse } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
2
2
  import { SequenceCollectorDataInterface } from "./SequenceCollector";
3
3
  import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/PolymerEntityInstanceTranslate";
4
4
  import { RcsbClient } from "../../RcsbGraphQL/RcsbClient";
@@ -1,5 +1,5 @@
1
1
  import { RcsbFvRowConfigInterface } from '@rcsb/rcsb-saguaro';
2
- import { AlignedRegion, AlignmentResponse } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
2
+ import { AlignedRegion, AlignmentResponse } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
3
3
  import { PolymerEntityInstanceTranslate, TranslateContextInterface } from "../../RcsbUtils/PolymerEntityInstanceTranslate";
4
4
  import { RcsbClient } from "../../RcsbGraphQL/RcsbClient";
5
5
  import { AlignmentCollectConfig, SequenceCollectorInterface } from "./SequenceCollectorInterface";
@@ -1,5 +1,5 @@
1
1
  import { PolymerEntityInstanceTranslate, TranslateContextInterface } from "../../RcsbUtils/PolymerEntityInstanceTranslate";
2
- import { AlignedRegion, SequenceReference, TargetAlignment } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
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";
5
5
  import { AlignmentCollectConfig } from "./SequenceCollectorInterface";
@@ -21,7 +21,7 @@ interface BuildSequenceDataInterface extends TranslateContextInterface {
21
21
  }
22
22
  export declare class SequenceCollectorHelper {
23
23
  private entityInstanceTranslator;
24
- buildAlignments(alignmentData: BuildAlignementsInterface, dynamicDisplayFlag: boolean, tagObservedRegions: (region: AlignedRegion, commonContext: TranslateContextInterface, noQuerySequenceFlag?: boolean) => Array<AlignedObservedRegion>): {
24
+ buildAlignments(alignmentData: BuildAlignementsInterface, dynamicDisplayFlag: boolean, tagObservedRegions: (region: AlignedRegion, commonContext: TranslateContextInterface) => Array<AlignedObservedRegion>): {
25
25
  alignments: Array<RcsbFvRowConfigInterface>;
26
26
  targets: Array<string>;
27
27
  };
@@ -1,7 +1,6 @@
1
1
  import { CoreCollectorInterface } from "../CoreCollectorInterface";
2
2
  import { SequenceCollectorDataInterface } from "./SequenceCollector";
3
- import { AlignmentResponse, QueryAlignmentArgs } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
4
- import { RcsbQueryGroupAlignmentArguments } from "../../RcsbGraphQL/RcsbQueryAlignment";
3
+ import { AlignmentResponse, QueryAlignmentArgs } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
5
4
  interface CommonAlignmentInterface {
6
5
  filterByTargetContains?: string;
7
6
  dynamicDisplay?: boolean;
@@ -11,14 +10,11 @@ interface CommonAlignmentInterface {
11
10
  }
12
11
  export interface CollectAlignmentInterface extends QueryAlignmentArgs, CommonAlignmentInterface {
13
12
  }
14
- export interface CollectGroupAlignmentInterface extends RcsbQueryGroupAlignmentArguments, CommonAlignmentInterface {
15
- sequencePrefix: string;
16
- }
17
- export declare type AlignmentCollectConfig = Partial<CollectAlignmentInterface & CollectGroupAlignmentInterface>;
13
+ export declare type AlignmentCollectConfig = Partial<CollectAlignmentInterface>;
18
14
  export interface SequenceCollectorInterface extends CoreCollectorInterface {
19
15
  getTargets(): Promise<Array<string>>;
20
16
  getAlignmentResponse(): Promise<AlignmentResponse>;
21
17
  getSequenceLength(): number;
22
- collect(requestConfig: CollectAlignmentInterface | CollectGroupAlignmentInterface, filter?: Array<string>, entityInstanceMapCollector?: (instanceIds: Array<string>) => Promise<void>): Promise<SequenceCollectorDataInterface>;
18
+ collect(requestConfig: CollectAlignmentInterface, filter?: Array<string>, entityInstanceMapCollector?: (instanceIds: Array<string>) => Promise<void>): Promise<SequenceCollectorDataInterface>;
23
19
  }
24
20
  export {};
@@ -1,4 +1,4 @@
1
- import { QueryEntryArgs } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Yosemite/GqlTypes";
1
+ import { QueryEntryArgs } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Yosemite/GqlTypes";
2
2
  import { PolymerEntityInstanceInterface } from "./PolymerEntityInstancesCollector";
3
3
  export declare class EntryAssembliesCollector {
4
4
  private readonly rcsbFvQuery;
@@ -1,4 +1,4 @@
1
- import { QueryPolymer_EntitiesArgs } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Yosemite/GqlTypes";
1
+ import { QueryPolymer_EntitiesArgs } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Yosemite/GqlTypes";
2
2
  import { PolymerEntityInstanceInterface } from "./PolymerEntityInstancesCollector";
3
3
  export declare class MultipleEntityInstancesCollector {
4
4
  private readonly rcsbFvQuery;
@@ -1,4 +1,4 @@
1
- import { CorePolymerEntityInstance, QueryEntryArgs } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Yosemite/GqlTypes";
1
+ import { CorePolymerEntityInstance, QueryEntryArgs } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Yosemite/GqlTypes";
2
2
  export interface PolymerEntityInstanceInterface {
3
3
  rcsbId: string;
4
4
  entityId: string;
@@ -2,19 +2,11 @@ import { RcsbFv, RcsbFvBoardConfigInterface } from "@rcsb/rcsb-saguaro";
2
2
  import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/PolymerEntityInstanceTranslate";
3
3
  import { EntryAssemblyTranslate } from "../../RcsbUtils/EntryAssemblyTranslate";
4
4
  import { PolymerEntityChromosomeTranslate } from "../../RcsbUtils/PolymerEntityChromosomeTranslate";
5
- import { GroupPropertiesProvider } from "../../RcsbUtils/GroupPropertiesProvider";
6
- import { QueryResult } from "@rcsb/rcsb-saguaro-api/build/RcsbSearch/Types/SearchResultInterface";
7
- import { SearchQueryType } from "../../RcsbSeacrh/SearchRequestProperty";
8
- import { GroupPropertyInterface } from "../../RcsbCollectTools/PropertyCollector/GroupPropertyCollector";
9
- import { QueryGroupArgs } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Yosemite/GqlTypes";
10
- import { FacetType } from "../../RcsbSeacrh/FacetStore/FacetMemberInterface";
11
- import { ReturnType } from "@rcsb/rcsb-saguaro-api/build/RcsbSearch/Types/SearchEnums";
12
5
  declare class RcsbFvContextManager {
13
6
  private rcsbFvManager;
14
7
  private rcsbButtonManager;
15
8
  private polymerEntityToInstanceMap;
16
9
  private entryToAssemblyMap;
17
- private groupPropertyMap;
18
10
  getFv(elementFvId: string, boardConfig?: Partial<RcsbFvBoardConfigInterface>): RcsbFv;
19
11
  hasFv(elementFvId: string): boolean;
20
12
  private setFv;
@@ -23,13 +15,9 @@ declare class RcsbFvContextManager {
23
15
  removeFv(elementFvId: string): void;
24
16
  private setEntityToInstance;
25
17
  private setEntryToAssembly;
26
- private setGroupProperties;
27
18
  getEntityToInstance(entryId: string): Promise<PolymerEntityInstanceTranslate>;
28
19
  getEntryToAssembly(entryId: string): Promise<EntryAssemblyTranslate>;
29
20
  getEntityToChromosome(entityIds: Array<string>): Promise<PolymerEntityChromosomeTranslate>;
30
- getGroupMemberProperties(groupQuery: QueryGroupArgs): Promise<GroupPropertiesProvider>;
31
- getSearchQueryResult(query: SearchQueryType, facets: FacetType[], returnType: ReturnType): Promise<QueryResult>;
32
- getGroupProperties(groupQuery: QueryGroupArgs): Promise<GroupPropertyInterface>;
33
21
  }
34
22
  export declare const rcsbFvCtxManager: RcsbFvContextManager;
35
23
  export {};
@@ -3,8 +3,6 @@ import { RcsbFv } from "@rcsb/rcsb-saguaro";
3
3
  import { RcsbFvModuleBuildInterface, RcsbFvModuleInterface, RcsbFvModulePublicInterface } from "../RcsbFvModule/RcsbFvModuleInterface";
4
4
  import { SelectButtonConfigInterface } from "../WebTools/WebToolsManager";
5
5
  import { GroupedOptionsInterface, SelectOptionInterface } from "../WebTools/SelectButton";
6
- import { SearchQuery } from "@rcsb/rcsb-saguaro-api/build/RcsbSearch/Types/SearchQueryInterface";
7
- import { GroupReference } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
8
6
  export interface CreateFvInterface {
9
7
  elementId: string;
10
8
  fvModuleI: new (elementId: string, rcsbFv: RcsbFv) => RcsbFvModuleInterface;
@@ -34,5 +32,4 @@ export declare class RcsbFvCoreBuilder {
34
32
  static clearAdditionalSelectButton(elementFvId: string, selectButtonId: string): void;
35
33
  static addSelectButton(elementFvId: string, selectButtonId: string, options: Array<SelectOptionInterface>, config?: SelectButtonConfigInterface): void;
36
34
  static showMessage(elementId: string, message: string): void;
37
- static buildGroupTabs(elementId: string, group: GroupReference, groupId: string, query?: SearchQuery): void;
38
35
  }
@@ -1,4 +1,4 @@
1
- import { SequenceReference } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
1
+ import { SequenceReference } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
2
2
  import { RcsbFvModulePublicInterface } from "../RcsbFvModule/RcsbFvModuleInterface";
3
3
  export interface PfvBuilderInterface {
4
4
  queryId: string;
@@ -1,9 +1,8 @@
1
- import { RcsbFvAdditionalConfig, RcsbFvModulePublicInterface } from "./RcsbFvModule/RcsbFvModuleInterface";
1
+ import { RcsbFvAdditionalConfig } from "./RcsbFvModule/RcsbFvModuleInterface";
2
2
  import { PairwiseAlignmentInterface } from "./PairwiseAlignmentTools/PairwiseAlignmentBuilder";
3
3
  import { InstanceSequenceConfig, InstanceSequenceOnchangeInterface } from "./RcsbFvBuilder/RcsbFvInstanceBuilder";
4
4
  import { PfvBuilderInterface } from "./RcsbFvBuilder/RcsbFvProteinSequenceBuilder";
5
- import { GroupReference } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
6
- import { SearchQuery } from "@rcsb/rcsb-saguaro-api/build/RcsbSearch/Types/SearchQueryInterface";
5
+ import { RcsbFvModulePublicInterface } from "./RcsbFvModule/RcsbFvModuleInterface";
7
6
  export declare function unmount(elementId: string): void;
8
7
  export declare function buildMultipleAlignmentSequenceFv(elementFvId: string, elementSelectId: string, upAcc: string): Promise<RcsbFvModulePublicInterface>;
9
8
  export declare function buildEntitySummaryFv(elementFvId: string, elementSelectId: string, entityId: string): Promise<RcsbFvModulePublicInterface>;
@@ -22,4 +21,3 @@ export declare function buildFullChromosome(elementFvId: string, chrId: string):
22
21
  export declare function buildEntryChromosome(elementFvId: string, entitySelectId: string, chromosomeSelectId: string, entryId: string): Promise<RcsbFvModulePublicInterface>;
23
22
  export declare function buildEntityChromosome(elementFvId: string, elementSelectId: string, entityId: string): Promise<RcsbFvModulePublicInterface>;
24
23
  export declare function buildChromosome(elementFvId: string, entityId: string, chrId: string, elementSelectId?: string): Promise<RcsbFvModulePublicInterface>;
25
- export declare function buildGroupFv(elementId: string, group: GroupReference, groupId: string, query?: SearchQuery, additionalConfig?: RcsbFvAdditionalConfig): void;
@@ -3,7 +3,7 @@ import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/PolymerEntityIns
3
3
  import { SequenceCollectorInterface } from "../../RcsbCollectTools/SequenceCollector/SequenceCollectorInterface";
4
4
  import { AnnotationCollectorInterface } from "../../RcsbCollectTools/AnnotationCollector/AnnotationCollectorInterface";
5
5
  import { RcsbFvModuleBuildInterface, RcsbFvModuleInterface } from "./RcsbFvModuleInterface";
6
- import { Feature } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
6
+ import { Feature } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
7
7
  export declare abstract class RcsbFvAbstractModule implements RcsbFvModuleInterface {
8
8
  protected readonly rcsbFv: RcsbFv;
9
9
  protected readonly elementId: string;
@@ -1,4 +1,4 @@
1
- import { Feature, FilterInput, GroupReference, SequenceReference, Source } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
1
+ import { Feature, FilterInput, SequenceReference, Source } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
2
2
  import { PolymerEntityInstanceTranslate } from "../../RcsbUtils/PolymerEntityInstanceTranslate";
3
3
  import { RcsbFv, RcsbFvBoardConfigInterface, RcsbFvRowConfigInterface } from "@rcsb/rcsb-saguaro";
4
4
  import { PairwiseAlignmentInterface } from "../PairwiseAlignmentTools/PairwiseAlignmentBuilder";
@@ -8,7 +8,6 @@ import { ExternalTrackBuilderInterface } from "../../RcsbCollectTools/FeatureToo
8
8
  export interface RcsbFvAdditionalConfig {
9
9
  sources?: Array<Source>;
10
10
  filters?: Array<FilterInput>;
11
- batchFilters?: Array<FilterInput>;
12
11
  alignmentFilter?: Array<string>;
13
12
  hideAlignments?: boolean;
14
13
  bottomAlignments?: boolean;
@@ -17,14 +16,8 @@ export interface RcsbFvAdditionalConfig {
17
16
  annotationProcessing?: AnnotationProcessingInterface;
18
17
  sequenceCollector?: SequenceCollectorInterface;
19
18
  externalTrackBuilder?: ExternalTrackBuilderInterface;
20
- page?: {
21
- first: number;
22
- after: string;
23
- };
24
19
  }
25
20
  export interface RcsbFvModuleBuildInterface {
26
- group?: GroupReference;
27
- groupId?: string;
28
21
  queryId?: string;
29
22
  from?: SequenceReference;
30
23
  to?: SequenceReference;
@@ -1,4 +1,4 @@
1
- import { QueryAlignmentArgs } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
1
+ import { QueryAlignmentArgs } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
2
2
  export declare class RcsbFvAlignmentCollectorQueue {
3
3
  private readonly nWorkers;
4
4
  private readonly workerList;
@@ -1,8 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { GroupedOptionsInterface, OptionPropsInterface, SelectOptionInterface } from "./SelectButton";
3
3
  import { OptionProps } from "react-select/src/components/Option";
4
- import { SearchQuery } from "@rcsb/rcsb-saguaro-api/build/RcsbSearch/Types/SearchQueryInterface";
5
- import { GroupReference } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
6
4
  export interface SelectButtonConfigInterface {
7
5
  addTitle?: boolean;
8
6
  defaultValue?: string | undefined | null;
@@ -21,7 +19,8 @@ export declare class WebToolsManager {
21
19
  static clearSelectButton(elementId: string): void;
22
20
  static clearAdditionalSelectButton(elementId: string): void;
23
21
  static innerClearSelectButton(elementId: string, suffix: string): void;
24
- static buildGroupTabs(elementId: string, group: GroupReference, groupId: string, query?: SearchQuery): void;
25
22
  static buildLoaderSpinner(elementId: string): void;
26
23
  static unmountLoaderSpinner(elementId: string): void;
24
+ private static hideElement;
25
+ private static showElement;
27
26
  }
@@ -1,20 +1,14 @@
1
- import { RcsbQueryGroupAlignmentArguments } from "./RcsbQueryAlignment";
2
- import { AlignmentResponse, AnnotationFeatures, QueryAlignmentArgs, QueryAnnotationsArgs, QueryGroup_AnnotationsArgs } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
3
- import { CoreEntry, CoreGroup, CorePolymerEntity, QueryEntriesArgs, QueryEntryArgs, QueryPolymer_EntitiesArgs, QueryGroupArgs } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Yosemite/GqlTypes";
1
+ import { AlignmentResponse, AnnotationFeatures, QueryAlignmentArgs, QueryAnnotationsArgs } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
2
+ import { CoreEntry, CorePolymerEntity, QueryEntriesArgs, QueryEntryArgs, QueryPolymer_EntitiesArgs } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Yosemite/GqlTypes";
4
3
  export declare class RcsbClient {
5
4
  private rcsbQueryAnnotations;
6
- private rcsbQueryGroupAnnotations;
7
5
  private rcsbQueryAlignment;
8
- private rcsbQueryGroupAlignment;
9
6
  private rcsbQueryEntityInstances;
10
7
  private rcsbQueryMutipleEntityInstances;
11
8
  private rcsbQueryEntryProperties;
12
9
  requestRcsbPdbAnnotations(requestConfig: QueryAnnotationsArgs): Promise<Array<AnnotationFeatures>>;
13
- requestRcsbPdbGroupAnnotations(requestConfig: QueryGroup_AnnotationsArgs): Promise<Array<AnnotationFeatures>>;
14
10
  requestAlignment(requestConfig: QueryAlignmentArgs): Promise<AlignmentResponse>;
15
- requestGroupAlignment(requestConfig: RcsbQueryGroupAlignmentArguments): Promise<AlignmentResponse>;
16
11
  requestEntityInstances(requestConfig: QueryEntryArgs): Promise<CoreEntry>;
17
12
  requestMultipleEntityInstances(requestConfig: QueryPolymer_EntitiesArgs): Promise<Array<CorePolymerEntity>>;
18
- requestGroupInfo(requestConfig: QueryGroupArgs): Promise<CoreGroup>;
19
13
  requestMultipleEntriesProperties(requestConfig: QueryEntriesArgs): Promise<Array<CoreEntry>>;
20
14
  }
@@ -1,4 +1,4 @@
1
- import { GraphQLRequest } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/GraphQLRequest";
1
+ import { GraphQLRequest } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/GraphQLRequest";
2
2
  export interface RcsbCoreQueryInterface<Q, R> {
3
3
  readonly client: GraphQLRequest;
4
4
  request(requestConfig: Q): Promise<R>;
@@ -1,17 +1,7 @@
1
- import { AlignmentResponse, QueryAlignmentArgs, QueryGroup_AlignmentArgs } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
1
+ import { AlignmentResponse, QueryAlignmentArgs } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
2
2
  import { RcsbCoreQueryInterface } from "./RcsbCoreQueryInterface";
3
- import { GraphQLRequest } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/GraphQLRequest";
3
+ import { GraphQLRequest } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/GraphQLRequest";
4
4
  export declare class RcsbQueryAlignment implements RcsbCoreQueryInterface<QueryAlignmentArgs, AlignmentResponse> {
5
5
  readonly client: GraphQLRequest;
6
6
  request(requestConfig: QueryAlignmentArgs): Promise<AlignmentResponse>;
7
7
  }
8
- export declare type RcsbQueryGroupAlignmentArguments = QueryGroup_AlignmentArgs & {
9
- page: {
10
- first: number;
11
- after: string;
12
- };
13
- };
14
- export declare class RcsbQueryGroupAlignment implements RcsbCoreQueryInterface<RcsbQueryGroupAlignmentArguments, AlignmentResponse> {
15
- readonly client: GraphQLRequest;
16
- request(requestConfig: RcsbQueryGroupAlignmentArguments): Promise<AlignmentResponse>;
17
- }
@@ -1,11 +1,7 @@
1
- import { AnnotationFeatures, QueryAnnotationsArgs, QueryGroup_AnnotationsArgs } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
1
+ import { AnnotationFeatures, QueryAnnotationsArgs } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
2
2
  import { RcsbCoreQueryInterface } from "./RcsbCoreQueryInterface";
3
- import { GraphQLRequest } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/GraphQLRequest";
3
+ import { GraphQLRequest } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/GraphQLRequest";
4
4
  export declare class RcsbQueryAnnotations implements RcsbCoreQueryInterface<QueryAnnotationsArgs, Array<AnnotationFeatures>> {
5
5
  readonly client: GraphQLRequest;
6
6
  request(requestConfig: QueryAnnotationsArgs): Promise<Array<AnnotationFeatures>>;
7
7
  }
8
- export declare class RcsbQueryGroupAnnotations implements RcsbCoreQueryInterface<QueryGroup_AnnotationsArgs, Array<AnnotationFeatures>> {
9
- readonly client: GraphQLRequest;
10
- request(requestConfig: QueryGroup_AnnotationsArgs): Promise<Array<AnnotationFeatures>>;
11
- }
@@ -1,6 +1,6 @@
1
- import { CoreEntry, QueryEntryArgs } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Yosemite/GqlTypes";
1
+ import { CoreEntry, QueryEntryArgs } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Yosemite/GqlTypes";
2
2
  import { RcsbCoreQueryInterface } from "./RcsbCoreQueryInterface";
3
- import { GraphQLRequest } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/GraphQLRequest";
3
+ import { GraphQLRequest } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/GraphQLRequest";
4
4
  export declare class RcsbQueryEntryInstances implements RcsbCoreQueryInterface<QueryEntryArgs, CoreEntry> {
5
5
  readonly client: GraphQLRequest;
6
6
  request(requestConfig: QueryEntryArgs): Promise<CoreEntry>;
@@ -1,6 +1,6 @@
1
- import { CorePolymerEntity, QueryPolymer_EntitiesArgs } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Yosemite/GqlTypes";
1
+ import { CorePolymerEntity, QueryPolymer_EntitiesArgs } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Yosemite/GqlTypes";
2
2
  import { RcsbCoreQueryInterface } from "./RcsbCoreQueryInterface";
3
- import { GraphQLRequest } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/GraphQLRequest";
3
+ import { GraphQLRequest } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/GraphQLRequest";
4
4
  export declare class RcsbQueryMultipleEntityInstances implements RcsbCoreQueryInterface<QueryPolymer_EntitiesArgs, Array<CorePolymerEntity>> {
5
5
  readonly client: GraphQLRequest;
6
6
  request(requestConfig: QueryPolymer_EntitiesArgs): Promise<Array<CorePolymerEntity>>;
@@ -1,6 +1,6 @@
1
1
  import { RcsbCoreQueryInterface } from "./RcsbCoreQueryInterface";
2
- import { CoreEntry, QueryEntriesArgs } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Yosemite/GqlTypes";
3
- import { GraphQLRequest } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/GraphQLRequest";
2
+ import { CoreEntry, QueryEntriesArgs } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Yosemite/GqlTypes";
3
+ import { GraphQLRequest } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/GraphQLRequest";
4
4
  export declare class RcsbQueryMultipleEntriesProperties implements RcsbCoreQueryInterface<QueryEntriesArgs, Array<CoreEntry>> {
5
5
  readonly client: GraphQLRequest;
6
6
  request(requestConfig: QueryEntriesArgs): Promise<Array<CoreEntry>>;
@@ -1,6 +1,6 @@
1
1
  import { PolymerEntityInstanceInterface } from "../RcsbCollectTools/Translators/PolymerEntityInstancesCollector";
2
2
  import { RcsbFvTrackDataElementInterface } from '@rcsb/rcsb-saguaro';
3
- import { SequenceReference, Source } from "@rcsb/rcsb-saguaro-api/build/RcsbGraphQL/Types/Borrego/GqlTypes";
3
+ import { SequenceReference, Source } from "@rcsb/rcsb-api-tools/build/RcsbGraphQL/Types/Borrego/GqlTypes";
4
4
  export interface TranslateContextInterface {
5
5
  queryId: string;
6
6
  targetId: string;
@@ -1 +1 @@
1
- export { buildEntryChromosome, buildFullChromosome, buildEntityChromosome, buildChromosome, buildEntityFv, buildEntitySummaryFv, buildSingleEntitySummaryFv, buildInstanceFv, buildInstanceSequenceFv, buildMultipleInstanceSequenceFv, buildAssemblySequenceFv, buildPairwiseAlignment, buildPfv, buildMultipleAlignmentSequenceFv, buildUniprotEntityFv, buildUniprotEntityInstanceFv, buildUniprotFv, buildGroupFv, unmount } from "./RcsbFvWeb/RcsbFvBuilder";
1
+ export { buildEntryChromosome, buildFullChromosome, buildEntityChromosome, buildChromosome, buildEntityFv, buildEntitySummaryFv, buildSingleEntitySummaryFv, buildInstanceFv, buildInstanceSequenceFv, buildMultipleInstanceSequenceFv, buildAssemblySequenceFv, buildPairwiseAlignment, buildPfv, buildMultipleAlignmentSequenceFv, buildUniprotEntityFv, buildUniprotEntityInstanceFv, buildUniprotFv, unmount } from "./RcsbFvWeb/RcsbFvBuilder";