Interactive GUI for inSPIRE Platform.
Project description
inSPIRE-interactive
Easy GUI/webserver access for the inSPIRE platform.
Set Up
Before Downloading
We recommend working with inSPIRE through conda.
Setting up your environment:
For basic inSPIRE-Interactive use.
- To start with create a new conda environment with python version 3.11:
conda create --name inspire python=3.11
- Activate this environment
conda activate inspire
- You will then need to install the inSPIRE-interactive package (this also installs inSPIRE):
pip install inspire-interact
- To check your installation, run the following command (it is normal for this call to hang for a few seconds on first execution)
inspire-interact -h
- You will require Percolator for rescoring. On Linux, Percolator can be installed via conda with the command below. Otherwise see https://github.com/percolator/percolator.
conda install -c bioconda percolator
Once you have successfully installed inSPIRE-Interactive you should run it specifying your pipeline and the mode of execution. The core execution of inSPIRE will take the form:
inspire-interact --config_file path-to-config-file --mode mode-of-execution
where the config file is a yaml file specifying configuration of your inSPIRE-Interactive server and the mode is either "server" if you are setting up inSPIRE-Interactive for use throughout your lab, or "local" if you are only using inSPIRE-Interactive on your own machine.
Additional Features
In order to use raw files on Linux or Mac O.S. you will require the use of mono (mono project) which is required by the ThermoRawFileParser. (The ThermoRawFileParser itself is open source and downloaded by inSPIRE.)
In order to use NetMHCpan for binding affinity prediction you should download the software from the DTU site (you must agree to the license agreement). On linux and maxos systems we typically use
In order to use MSFragger within inSPIRE-Interactive you should download from MSFragger (you must agree to the license agreements).
In order to use Skyline within inSPIRE-Interactive you will need to download docker and insure can be run within inSPIRE. See instructions from docker documentation. (Skyline itself is open source).
Writing the Config File.
The following configurations should be set for inSPIRE-interactive:
Key | Description |
---|---|
maxInspireCpus | The number of CPUs from your computer that you wish to dedicate to inSPIRE execution. |
fraggerPath | The file path to the .jar file of MSFragger (e.g. for version 3.7 the end of this path should be: MSFragger-3.7/MSFragger-3.7.jar) |
fraggerMemory | The ammount of memory (GB) that is available for MSFragger execution. |
netMHCpan | The command that can be used to run NetMHCpan (e.g. on Linux we use tcsh to execute NetMHCpan and so our config key is tcsh /data/inSPIRE-Server/netMHCpan-4.1/netMHCpan ). |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for inspire_interact-0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | adb5207d6ddf4b946fc61d6b33bcbc2a94d83a9853bc64da22304f2296caf8b4 |
|
MD5 | 1ce4974d5537ea6bf56918f3147158f2 |
|
BLAKE2b-256 | 21d80a4e4533d056338b51dbecb9952d7852589e54a811fb67557478611b5a32 |