Skip to content

Instantly share code, notes, and snippets.

@matthewjumpsoffbuildings
Created September 22, 2018 13:52
Show Gist options
  • Save matthewjumpsoffbuildings/b204b35264fe463bf7b571cdc65e4030 to your computer and use it in GitHub Desktop.
Save matthewjumpsoffbuildings/b204b35264fe463bf7b571cdc65e4030 to your computer and use it in GitHub Desktop.
{
"ADDA": {
"CID": 123,
"smiles": "N[C@@H](C=CC(C)=C[C@H](C)[C@@H](OC)Cc1ccccc1)[C@H](C)C(=O)",
"weight": 331.46,
"charge": 1,
"h-donors": 4,
"h-acceptors":4,
"log-p": 2
},
"D-ALA": {
"CID": 1234,
"smiles": "N[C@H](C)C(=O)",
"weight": 89.09,
"charge": -1,
},
"D-ARG": {
"CID": 2345,
"smiles": "N[C@H](CCCN=C(N)N)C(=O)",
"weight": 89.09,
"charge": 0
},
"L-ARG": {
"CID": 23456,
"smiles": "NNNC(=O)",
"weight": 89.09,
"charge": 1,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment