Skip to content

Install instructions for Mac OSX

ssorgatem edited this page Jul 6, 2012 · 4 revisions

I do not have an Apple machine, so I have not been able to test DecoyFinder or to prepare a package for OSX

However, if its dependencies are correctly installed, it should just work fine.

What must be installed and how?

There are 2 options: using official binary releases or using Macports. Either way you will need to have Apple's Xcode developer tools installed.

Using official binaries

Make sure you install both PySide and OpenBabel python bindings for the same python installation

Using Macports

  • Download and install Macports, if not already done
  • Install, via MacPorts, the packages 'py-pyside' and 'py-openbabel'

Once you have everything installed, download DecoyFinder from here, extract the contents of the archive to wherever you want, and execute the file 'decoy_finder.py' with the python installation in which you installed PySide and OpenBabel Python bindings (hint: if you used Macports, it will be MacPorts' python, otherwise it will be OSX's system python).

#Feedback Please, if you try to run DecoyFinder on a Mac, let me know wether this worked or not for you. Feel free to contact me for any questions.