Date
Participants
Discussion topics
Item | Notes |
---|---|
Updates from MolSSI |
|
Queue/Manager status |
|
User questions |
|
CMILES for disaccharide set |
|
Path 1 (OE reading PDBs): python -c "from openforcefield.topology import Molecule; import sys; molecule = Molecule.from_file(sys.argv[1]); print(molecule.to_string()) " | |
Path 2: antechamber -fi pdb -i glu.pdb -fo mol2 -o test.mol2 antechamber -i 1_ac.mol2 -fi mol2 -o 1_ac_sy.mol2 -fo mol2 -at sybyl -dr no obabel -imol2 1_ac_sy.mol2 -osdf -O new.sdf python -c "from openforcefield.topology import Molecule; import sys; molecule = Molecule.from_file(sys.argv[1]); print(molecule.to_smiles()) " new.sdf On structure with carbonyl and sulfate, OE interprets PDB correctly, antechamber loses track of bond orders + charge on sulfate (off-dev) jeffreywagner@JW-MBP$ diff out_ac out_pdb 1c1 < [H][C@]1([C@@]([C@](O[C@@]([C@]1([H])OS([O])([O])[O])([H])O[C@@]2([C@]([C@@]([C@](O[C@]2([H])C([H])([H])O[H])([H])OC([H])([H])[H])([H])OC(=O)C([H])([H])[H])([H])O[H])[H])([H])C([H])([H])O[H])([H])O[H])O[H] --- > [H][C@]1([C@@]([C@](O[C@@]([C@]1([H])OS(=O)(=O)[O-])([H])O[C@@]2([C@]([C@@]([C@](O[C@]2([H])C([H])([H])O[H])([H])OC([H])([H])[H])([H])OC(=O)C([H])([H])[H])([H])O[H])[H])([H])C([H])([H])O[H])([H])O[H])O[H] |
Action items
- David Cerutti (Deactivated) will convert current JSON to Bohr
- David Cerutti (Deactivated) will tar+gz up final saccharide submission files when he updates github submission branch, then notify Horton and Dotson
- Once above is complete,Joshua Horton will take PDBs from disaccharide submission and use OE to make corresponding CMILES and SDF before submission
- Once above is complete, David Dotson will submit first batch of disaccharide set.
- Joshua Horton will add notebooks to pull down protein / saccharide results into respective submission directories, and point Cerutti to them
- David Cerutti (Deactivated) will make sure that protein optimizations have completed correctly, using notebooks posted by Horton. If so, he’ll notify Horton+Dotson.
- If above is acceptable, Joshua Horton and David Dotson will submit the rest of the protein optimization as a “version 2” of the dataset, as well as under the DZVP basis set
- We’ll wait on submitting ESP calcs until we get a green light from Hyesu that they’re being computed correctly.
Add Comment