Skip to content

Commit

Permalink
ket monomers
Browse files Browse the repository at this point in the history
  • Loading branch information
even1024 committed Dec 5, 2023
1 parent 175a668 commit 8e36fac
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3804,6 +3804,7 @@
"type": "monomerTemplate",
"id": "Sec_10",
"classHELM": "PEPTIDE",
"name": "Sec",
"alias": "U",
"attachmentPoints": [
{
Expand Down
1 change: 1 addition & 0 deletions api/tests/integration/tests/formats/molecules/dala.ket
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"id": "ala_23",
"class": "D-AminoAcid",
"classHELM": "PEPTIDE",
"name": "ala",
"alias": "da",
"naturalAnalog": "Ala",
"naturalAnalogShort": "A",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"id": "cys_27",
"class": "D-AminoAcid",
"classHELM": "PEPTIDE",
"name": "dcys",
"alias": "dc",
"naturalAnalog": "Cys",
"naturalAnalogShort": "C",
Expand Down
2 changes: 1 addition & 1 deletion api/tests/integration/tests/formats/ref/conj_no_class.mol
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ M V30 0 0.000000 0.000000 0.000000) LABEL=K CLASS=AA SAP=(3 1 11 Al) SAP=(3 -
M V30 4 12 Br) SAP=(3 9 10 Cx)
M V30 END SGROUP
M V30 END CTAB
M V30 TEMPLATE 11 AA/U/U
M V30 TEMPLATE 11 AA/Sec/U
M V30 BEGIN CTAB
M V30 COUNTS 9 8 4 0 0
M V30 BEGIN ATOM
Expand Down
2 changes: 1 addition & 1 deletion api/tests/integration/tests/formats/ref/dala.mol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ M V30 BEGIN BOND
M V30 END BOND
M V30 END CTAB
M V30 BEGIN TEMPLATE
M V30 TEMPLATE 1 dAA/a/a NATREPLACE=AA/A
M V30 TEMPLATE 1 dAA/ala/a NATREPLACE=AA/A
M V30 BEGIN CTAB
M V30 COUNTS 7 6 3 0 0
M V30 BEGIN ATOM
Expand Down
2 changes: 1 addition & 1 deletion api/tests/integration/tests/formats/ref/dcysteine.mol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ M V30 BEGIN BOND
M V30 END BOND
M V30 END CTAB
M V30 BEGIN TEMPLATE
M V30 TEMPLATE 1 dAA/c/c NATREPLACE=AA/C
M V30 TEMPLATE 1 dAA/dcys/c NATREPLACE=AA/C
M V30 BEGIN CTAB
M V30 COUNTS 9 8 4 0 0
M V30 BEGIN ATOM
Expand Down
1 change: 0 additions & 1 deletion core/indigo-core/molecule/src/molecule_json_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1543,7 +1543,6 @@ void MoleculeJsonLoader::loadMolecule(BaseMolecule& mol, bool load_arrows)
auto mon_id1 = monomer_id_mapping.at(extract_id(ep1["monomerId"].GetString(), "monomer"));
auto mon_id2 = monomer_id_mapping.at(extract_id(ep2["monomerId"].GetString(), "monomer"));


std::string atp1 = convertAPFromHELM(ep1["attachmentPointId"].GetString());
std::string atp2 = convertAPFromHELM(ep2["attachmentPointId"].GetString());

Expand Down

0 comments on commit 8e36fac

Please sign in to comment.