Documentation under development, sorry for the inconvenience
Scipion framework plugin for the use of immunoinformatics tools comming from several sources:
- IIITD: for epitope prediction and evaluation
- Vaxign-ML: for protective antigen prediction
You will need to use 3.0.0 version of Scipion to run these protocols. To install the plugin, you have two options:
- Stable version
scipion installp -p scipion-chem-immuno
OR
- through the plugin manager GUI by launching Scipion and following Configuration >> Plugins
- Developer's version
- Download repository:
git clone https://github.com/scipion-chem/scipion-chem-immuno.git
- Switch to the desired branch (main or devel):
Scipion-chem-immuno is constantly under development. If you want a relatively older an more stable version, use main branch (default). If you want the latest changes and developments, user devel branch.
cd scipion-chem-immuno git checkout devel
- Define browser
This plugin uses web browser to access the software servers online. Therefore, you need to specify which browser to use and its location. Do so editing the scipion.conf file and add the variables:
- IIITD_BROWSER = firefox/chrome/chromium (defines the browser to use, that must already be installed in your computer)
- IIITD_BROWSER_PATH = <path/to/browser> (defines the location of the binary for the browser use)
- Install:
scipion installp -p path_to_scipion-chem-immuno --devel
- Tests
To check the installation, simply run the following Scipion test:
Status devel version:
Status production version: