소스 검색

schema updates

Alexander Rose 1 년 전
부모
커밋
73378bbe9d

+ 36 - 4
src/extensions/rcsb/graphql/types.ts

@@ -6,11 +6,11 @@ export type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?:
 export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };
 export type MakeEmpty<T extends { [key: string]: unknown }, K extends keyof T> = { [_ in K]?: never };
 export type Incremental<T> = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never };
-// Generated on 2023-06-11T12:23:22-07:00
+// Generated on 2023-09-02T12:08:38-07:00
 
 /** All built-in and custom scalars, mapped to their actual values */
 export type Scalars = {
-  ID: { input: string | number; output: string; }
+  ID: { input: string; output: string; }
   String: { input: string; output: string; }
   Boolean: { input: boolean; output: boolean; }
   Int: { input: number; output: number; }
@@ -8545,7 +8545,7 @@ export type RcsbExternalReferences = {
    * Internal identifier for external resource.
    *
    * Allowable values:
-   * OLDERADO, BMRB, NDB, SB GRID, PROTEIN DIFFRACTION, EM DATA RESOURCE
+   * OLDERADO, BMRB, NDB, NAKB, SB GRID, PROTEIN DIFFRACTION, EM DATA RESOURCE
    *
    */
   readonly type: Scalars['String']['output'];
@@ -9951,6 +9951,14 @@ export type RcsbPolymerEntityContainerIdentifiersReferenceSequenceIdentifiers =
    *
    */
   readonly database_name?: Maybe<Scalars['String']['output']>;
+  /**
+   * Indicates what fraction of this polymer entity sequence is covered by the reference sequence.
+   *
+   * Examples:
+   * null, null
+   *
+   */
+  readonly entity_sequence_coverage?: Maybe<Scalars['Float']['output']>;
   /**
    * Source of the reference database assignment
    *
@@ -9959,6 +9967,14 @@ export type RcsbPolymerEntityContainerIdentifiersReferenceSequenceIdentifiers =
    *
    */
   readonly provenance_source?: Maybe<Scalars['String']['output']>;
+  /**
+   * Indicates what fraction of the reference sequence is covered by this polymer entity sequence.
+   *
+   * Examples:
+   * null, null
+   *
+   */
+  readonly reference_sequence_coverage?: Maybe<Scalars['Float']['output']>;
 };
 
 export type RcsbPolymerEntityFeature = {
@@ -11228,6 +11244,7 @@ export type RcsbUniprotAlignmentsCoreEntityAlignments = {
 };
 
 export type RcsbUniprotAnnotation = {
+  readonly additional_properties?: Maybe<ReadonlyArray<Maybe<RcsbUniprotAnnotationAdditionalProperties>>>;
   /** An identifier for the annotation. */
   readonly annotation_id?: Maybe<Scalars['String']['output']>;
   readonly annotation_lineage?: Maybe<ReadonlyArray<Maybe<RcsbUniprotAnnotationAnnotationLineage>>>;
@@ -11246,12 +11263,25 @@ export type RcsbUniprotAnnotation = {
    * A type or category of the annotation.
    *
    * Allowable values:
-   * disease, phenotype
+   * disease, phenotype, GO, InterPro
    *
    */
   readonly type?: Maybe<Scalars['String']['output']>;
 };
 
+export type RcsbUniprotAnnotationAdditionalProperties = {
+  /**
+   * The additional property name
+   *
+   * Allowable values:
+   * INTERPRO_TYPE
+   *
+   */
+  readonly name?: Maybe<Scalars['String']['output']>;
+  /** The value(s) of the additional property */
+  readonly values?: Maybe<ReadonlyArray<Maybe<Scalars['ObjectScalar']['output']>>>;
+};
+
 export type RcsbUniprotAnnotationAnnotationLineage = {
   /** Members of the annotation lineage as parent lineage depth (1-N) */
   readonly depth?: Maybe<Scalars['Int']['output']>;
@@ -11321,6 +11351,8 @@ export type RcsbUniprotFeatureFeaturePositions = {
   readonly end_seq_id?: Maybe<Scalars['Int']['output']>;
   /** The value for the feature over this monomer segment. */
   readonly value?: Maybe<Scalars['Float']['output']>;
+  /** The value(s) for the feature over this monomer segment. */
+  readonly values?: Maybe<ReadonlyArray<Maybe<Scalars['Float']['output']>>>;
 };
 
 export type RcsbUniprotKeyword = {

+ 1 - 1
src/mol-io/reader/cif/schema/bird.ts

@@ -1,7 +1,7 @@
 /**
  * Copyright (c) 2017-2022 mol* contributors, licensed under MIT, See LICENSE file for more info.
  *
- * Code-generated 'BIRD' schema file. Dictionary versions: mmCIF 5.371, IHM 1.22, MA 1.4.5.
+ * Code-generated 'BIRD' schema file. Dictionary versions: mmCIF 5.379, IHM 1.23, MA 1.4.5.
  *
  * @author molstar/ciftools package
  */

+ 1 - 1
src/mol-io/reader/cif/schema/ccd.ts

@@ -1,7 +1,7 @@
 /**
  * Copyright (c) 2017-2022 mol* contributors, licensed under MIT, See LICENSE file for more info.
  *
- * Code-generated 'CCD' schema file. Dictionary versions: mmCIF 5.371, IHM 1.22, MA 1.4.5.
+ * Code-generated 'CCD' schema file. Dictionary versions: mmCIF 5.379, IHM 1.23, MA 1.4.5.
  *
  * @author molstar/ciftools package
  */

+ 2 - 2
src/mol-io/reader/cif/schema/mmcif.ts

@@ -1,7 +1,7 @@
 /**
  * Copyright (c) 2017-2022 mol* contributors, licensed under MIT, See LICENSE file for more info.
  *
- * Code-generated 'mmCIF' schema file. Dictionary versions: mmCIF 5.371, IHM 1.22, MA 1.4.5.
+ * Code-generated 'mmCIF' schema file. Dictionary versions: mmCIF 5.379, IHM 1.23, MA 1.4.5.
  *
  * @author molstar/ciftools package
  */
@@ -4037,7 +4037,7 @@ export const mmCIF_Schema = {
         /**
          * The type of crosslinker used.
          */
-        linker_type: Aliased<'EDC' | 'DSS' | 'EGS' | 'BS3' | 'BS2G' | 'DST' | 'sulfo-SDA' | 'sulfo-SMCC' | 'DSSO' | 'DSG' | 'BSP' | 'BMSO' | 'DHSO' | 'CYS' | 'SDA' | 'DSA' | 'BrdU' | 'LCSDA' | 'CDI' | 'ADH' | 'L-Photo-Leucine' | 'KArGO' | 'BrEtY' | 'Other'>(str),
+        linker_type: Aliased<'EDC' | 'DSS' | 'EGS' | 'BS3' | 'BS2G' | 'DST' | 'sulfo-SDA' | 'sulfo-SMCC' | 'DSSO' | 'DSG' | 'BSP' | 'BMSO' | 'DHSO' | 'CYS' | 'SDA' | 'DSA' | 'BrdU' | 'LCSDA' | 'CDI' | 'ADH' | 'L-Photo-Leucine' | 'KArGO' | 'BrEtY' | 'DSBU' | 'DSPP' | 'TBDSPP' | 'Other'>(str),
         /**
          * Identifier to the crosslinking dataset.
          * This data item is a pointer to the _ihm_dataset_list.id in the

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
src/mol-model/structure/model/types/saccharides.ts


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.