Contents
At <user phenix>/modules
git clone git@github.com:cryoFIT/cryo_fit.git
At any folder,
libtbx.configure cryo_fit
- python <user phenix>/modules/cryo_fit/files_for_steps/0_install_cryo_fit/install_cryo_fit.py <cryo_fit.zip> <install_path>
 
- If <install_path> doesn't exist when a user specifies it, a new folder with that name will be created (confirmed at macOS 10.13.6).
 - Please use an absolute path. For example,
 
- python /Users/doonam/bin/phenix-dev-2906/modules/cryo_fit/files_for_steps/0_install_cryo_fit/install_cryo_fit.py ~/Downloads/gromacs-4.5.5_cryo_fit.zip ~/cryo_fit
 - will work.
 
- However, a relative path like,
 
- python /Users/doonam/bin/phenix-dev-2906/modules/cryo_fit/files_for_steps/0_install_cryo_fit/install_cryo_fit.py ~/Downloads/gromacs-4.5.5_cryo_fit.zip ..
 - doesn't work.
 
- Doo Nam recommends either macOS or linux OS.
 - If a user needs to use Windows OS, a user may analyze install_cryo_fit.py code, and run commandline commands by him/herself.
 - Alternatively, a user may use cryo_fit2.
 
See the cryo_fit1 tutorial