Skip to content

Commit

Permalink
Adding new bonds in db of MET
Browse files Browse the repository at this point in the history
  • Loading branch information
dprada committed Feb 24, 2025
1 parent 3841318 commit 664fed2
Show file tree
Hide file tree
Showing 16 changed files with 70 additions and 118 deletions.
Binary file modified molsysmt/data/databases/amino_acids/A.pkl.gz
Binary file not shown.
Binary file modified molsysmt/data/databases/amino_acids/C.pkl.gz
Binary file not shown.
Binary file modified molsysmt/data/databases/amino_acids/D.pkl.gz
Binary file not shown.
Binary file modified molsysmt/data/databases/amino_acids/G.pkl.gz
Binary file not shown.
Binary file modified molsysmt/data/databases/amino_acids/H.pkl.gz
Binary file not shown.
Binary file modified molsysmt/data/databases/amino_acids/I.pkl.gz
Binary file not shown.
Binary file modified molsysmt/data/databases/amino_acids/L.pkl.gz
Binary file not shown.
Binary file modified molsysmt/data/databases/amino_acids/M.pkl.gz
Binary file not shown.
Binary file modified molsysmt/data/databases/amino_acids/N.pkl.gz
Binary file not shown.
Binary file modified molsysmt/data/databases/amino_acids/O.pkl.gz
Binary file not shown.
Binary file modified molsysmt/data/databases/amino_acids/P.pkl.gz
Binary file not shown.
Binary file modified molsysmt/data/databases/amino_acids/S.pkl.gz
Binary file not shown.
Binary file modified molsysmt/data/databases/amino_acids/T.pkl.gz
Binary file not shown.
Binary file modified molsysmt/data/databases/amino_acids/V.pkl.gz
Binary file not shown.
44 changes: 44 additions & 0 deletions molsysmt/data/databases/amino_acids/extra.json
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,50 @@
["CE", "HE2"],
["CE", "HE3"]
]
},
{
"atoms": [
"N",
"CA",
"C",
"O",
"CB",
"CG",
"SD",
"CE",
"H",
"H2",
"H3",
"HA",
"HB2",
"HB3",
"HG2",
"HG3",
"HE1",
"HE2",
"HE3"
],
"bonds": [
["N", "CA"],
["N", "H"],
["N", "H2"],
["N", "H3"],
["CA", "C"],
["CA", "CB"],
["CA", "HA"],
["C", "O"],
["C", "OXT"],
["CB", "CG"],
["CB", "HB2"],
["CB", "HB3"],
["CG", "SD"],
["CG", "HG2"],
["CG", "HG3"],
["SD", "CE"],
["CE", "HE1"],
["CE", "HE2"],
["CE", "HE3"]
]
}
]
}
Expand Down
144 changes: 26 additions & 118 deletions sandbox/Test.ipynb

Large diffs are not rendered by default.

0 comments on commit 664fed2

Please sign in to comment.