Note
If you can not find any of the scripts you have previously used from IMP_Toolbox in the main branch
, please check in the archive branch.
- See Modeling with IMP for helpful tips while starting.
-
To use IMP_Toolbox, clone this repository
git clone https://github.com/isblab/IMP_Toolbox.git
-
Add the path to
~/.bash_profile. You can then use it as a module.# replace the path and add it at the end of ~/.bash_profile export PYTHONPATH=/path/to/IMP_Toolbox:$PYTHONPATH
-
Install the required packages from
requirements.txt. You needPython >=3.12.conda install --file requirements.txt
-
If you plan to use
sequencemodule, you need to installEMBOSSpackage as follows:sudo dnf install EMBOSS
-
If you plan to use
structure.burial, you need to download DSSP.sudo dnf install dssp
-
If you plan to use
structure.burial.get_burial_infowithinclude_residue_depthset to True, you also need MSMS installed.
-
Use the following command in terminal. (change the installation path and conda environment)
bash install_imp_conda.sh \\ -e imp_omg \\ -i ~/IMP_OMG \\ -s tarball \\ -I 2.24.0 \\ -c 16 \\ -P 3.12
-
Use
-hflag to see more details.
License: GPLv3
Testable: Yes