OpenBabelGUI

From Rasulev Lab Wiki
Jump to navigation Jump to search

This section depends on conversion of one file type to another if needed. Usually this is done to get HOMO LUMO (Extra descriptors) from Hyperchem (another 3D software) which has file types of “*.hin” Also, this is used to convert file type to smiles notation if needed. In this example we are converting “*.mol” files to Smiles format notation and “*.hin” format. “*.hin” is for HyperChem.

  1. Open “Open Babel GUI”
  2. On the top left of the window that opens chose the file type that you have. For example “mol—MDL MOL format is a common file extension.”
  3. Once chosen you can select the way you want the data read in OpenBabel. In this example the “Use this format for all input files (ignore file extensions)” will be checked.
  4. Clicking on the left side “…” box you can choose the file you would like converted.
  5. Once the file was chosen it should be in the bar to the left of the “…” box
  6. Under the very top right comment of “OUTPUT FORMAT” chose what you would like converted to. In this example chose “smiles - - SMILES format”
  7. Check “Add Hydrogens (make explicit) in the middle column
  8. Check “Generate 3D coordinates” in the middle column
  9. Simply press convert and the data you want should be listed in the right column.
  10. Copy the Smiles notation and save it onto another file such as excel or notepad. This is one example of what a smiles notation looks like “OC(F)(F)[C@H](F)C(F)(F)F”
  11. The same step as 62 can be used to create the “*.hin” format notation. This is done by choosing “hin - - HyperChem HIN format” under OUTPUT FORMAT.
  12. Make sure “Output below only (no output file)” and “Display in firefox” are NOT checked. These are on the right side column or AKA output column.
  13. Before pressing Convert you need to specify an output file and location. A good idea is to name it exactly the same as the input fil except change the “.mol” ending file to “.hin” (THE “.hin” NEEDS TO BE INCLUDED IN THE OUTPUT FILE)
  14. Press convert
  15. The output file should be in the location with the name specified.