Skip to content

isblab/IMP_Toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

529 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMP_Toolbox

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.

Installation

  • 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 need Python >=3.12.

    conda install --file requirements.txt
  • If you plan to use sequence module, you need to install EMBOSS package 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_info with include_residue_depth set to True, you also need MSMS installed.

IMP Installation

  • 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 -h flag to see more details.

Additional Information

License: GPLv3

Testable: Yes

About

A toolbox for IMP-related workflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors