Contents
At <user phenix>/modules
git clone git@github.com:cryoFIT/cryo_fit.git
At any folder,
libtbx.configure cryo_fit
Download gromacs-4.5.5_cryo_fit.zip from here
Install using a provided script.
python <user phenix>/modules/cryo_fit/steps/0_install_cryo_fit/install_cryo_fit.py <cryo_fit.zip> <install_path>
Please use absolute path, for example,
python /Users/doonam/bin/phenix-dev-2906/modules/cryo_fit/steps/0_install_cryo_fit/install_cryo_fit.py ~/Downloads/gromacs-4.5.5_cryo_fit.zip ~/cryo_fit
will work.
Relative path like
python /Users/doonam/bin/phenix-dev-2906/modules/cryo_fit/steps/0_install_cryo_fit/install_cryo_fit.py ~/Downloads/gromacs-4.5.5_cryo_fit.zip ..
doesn't work.