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>
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
If user's OS doesn't have git
refer https://git-scm.com/book/id/v2/Getting
If user sees the error during git clone, “Permission denied (publickey).fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.” , user’s computer needs to be registered to his/her github account, therefore, Generate a new SSH key and Add a new SSH key to your GitHub account
If user's macOS shows, “xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.”
download commandline as instructed (this may take ~7 minutes)
“-bash: libtbx.configure: command not found”, then run
export PATH="/Users/doonam/bin/phenix-1.13rc1-2961/build/bin":$PATH source /Users/doonam/bin/phenix-1.13rc1-2961/phenix_env.sh in your commandline (of course, please change specific user path to your own phenix), and try “libtbx.configure cryo_fit” again
“subprocess.CalledProcessError: Command '['which', 'phenix.cryo_fit’]’”
It can’t find phenix.cryo_fit, link (sync) cryo_fit by “libtbx.configure cryo_fit”. Open a new tab in your terminal (like iterm2), then your .bash_profile should run freshly.