diff --git a/src/mol-model/structure/model/types.ts b/src/mol-model/structure/model/types.ts index d9f083413db7634beb079693f418b50d18ebeaa9..2421cb5ec98aef6d04b2425254371e3c59063366 100644 --- a/src/mol-model/structure/model/types.ts +++ b/src/mol-model/structure/model/types.ts @@ -221,6 +221,8 @@ export const WaterNames = new Set([ export const AminoAcidNamesL = new Set([ 'HIS', 'ARG', 'LYS', 'ILE', 'PHE', 'LEU', 'TRP', 'ALA', 'MET', 'PRO', 'CYS', 'ASN', 'VAL', 'GLY', 'SER', 'GLN', 'TYR', 'ASP', 'GLU', 'THR', 'SEC', 'PYL', + + 'UNK' // unknown amino acid from CCD ]) export const AminoAcidNamesD = new Set([ 'DAL', // D-ALANINE