Skip to content
Snippets Groups Projects
Commit fbfcedf3 authored by Alexander Rose's avatar Alexander Rose
Browse files

updated cif schemas

parent 070db1b4
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ const IHM_DIC_URL = 'https://raw.githubusercontent.com/ihmwg/IHM-dictionary/mast
const CARB_BRANCH_DIC_PATH = `${DIC_DIR}/entity_branch-extension.dic`
const CARB_BRANCH_DIC_URL = 'https://raw.githubusercontent.com/pdbxmmcifwg/carbohydrate-extension/master/dict/entity_branch-extension.dic'
const CARB_COMP_DIC_PATH = `${DIC_DIR}/chem_comp-extension.dic`
const CARB_COMP_DIC_URL = 'https://raw.githubusercontent.com/pdbxmmcifwg/carbohydrate-extension/master/dict/chem_comp-extension.txt'
const CARB_COMP_DIC_URL = 'https://raw.githubusercontent.com/pdbxmmcifwg/carbohydrate-extension/master/dict/chem_comp-extension.dic'
const parser = new argparse.ArgumentParser({
addHelp: true,
......
/**
* Copyright (c) 2017-2018 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* Code-generated 'BIRD' schema file. Dictionary versions: mmCIF 5.300, IHM 0.136, CARB draft.
* Code-generated 'BIRD' schema file. Dictionary versions: mmCIF 5.303, IHM 0.139, CARB draft.
*
* @author mol-star package (src/apps/schema-generator/generate)
*/
......@@ -483,7 +483,7 @@ export const BIRD_Schema = {
/**
* An identifier for the wwPDB site creating or modifying the molecule.
*/
processing_site: str,
processing_site: Aliased<'RCSB' | 'PDBe' | 'PDBJ' | 'BMRB'>(str),
/**
* The action associated with this audit record.
*/
......
/**
* Copyright (c) 2017-2018 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* Code-generated 'CCD' schema file. Dictionary versions: mmCIF 5.300, IHM 0.136, CARB draft.
* Code-generated 'CCD' schema file. Dictionary versions: mmCIF 5.303, IHM 0.139, CARB draft.
*
* @author mol-star package (src/apps/schema-generator/generate)
*/
......@@ -378,7 +378,7 @@ export const CCD_Schema = {
/**
* This data item contains the identifier type.
*/
type: Aliased<'COMMON NAME' | 'SYSTEMATIC NAME' | 'CAS REGISTRY NUMBER' | 'PUBCHEM Identifier' | 'MDL Identifier' | 'SYNONYM'>(str),
type: Aliased<'COMMON NAME' | 'SYSTEMATIC NAME' | 'CAS REGISTRY NUMBER' | 'PUBCHEM Identifier' | 'MDL Identifier' | 'SYNONYM' | 'CONDENSED IUPAC CARB SYMBOL' | 'IUPAC CARB SYMBOL' | 'SNFG CARB SYMBOL'>(str),
/**
* This data item contains the name of the program
* or library used to compute the identifier.
......
/**
* Copyright (c) 2017-2018 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* Code-generated 'mmCIF' schema file. Dictionary versions: mmCIF 5.300, IHM 0.136, CARB draft.
* Code-generated 'mmCIF' schema file. Dictionary versions: mmCIF 5.303, IHM 0.139, CARB draft.
*
* @author mol-star package (src/apps/schema-generator/generate)
*/
......@@ -3687,12 +3687,11 @@ export const mmCIF_Schema = {
/**
* The type of feature.
*/
feature_type: Aliased<'atom' | 'residue' | 'residue range'>(str),
feature_type: Aliased<'atom' | 'residue' | 'residue range' | 'ligand' | 'pseudo site'>(str),
/**
* The type of entity.
* This data item is a pointer to _entity.type in the ENTITY category.
*/
entity_type: Aliased<'polymer' | 'non-polymer' | 'macrolide' | 'water'>(str),
entity_type: Aliased<'polymer' | 'non-polymer' | 'water' | 'other'>(str),
},
/**
* Data items in the IHM_POLY_RESIDUE_FEATURE category provides the defintions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment