meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
general:computerenvironment:interpro [2019/05/16 13:17] – felix | general:computerenvironment:interpro [2025/05/09 06:56] (current) – [General information] freya | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
===== General information ===== | ===== General information ===== | ||
- | To run InterPro | + | To run InterProScan |
- | < | + | < |
- | Please run it straight from the share folder and don't attempt to copy it. Because InterProScan takes up a lot of memory, you should send this job to our cluster: | + | |
- | Note, that InterProScan can not create folders for the output. That means that you need to use an existing directory that does not contain special characters like dots in its name for the output. | + | Because InterProScan takes up a lot of memory, you should send this job to our cluster. |
- | < | + | /*< |
- Python 2.7 | - Python 2.7 | ||
- you can check your python version with the command < | - you can check your python version with the command < | ||
- | - Java 1.8 | + | - Java |
- | - you can check your java version | + | - install Java with anaconda: < |
+ | - Hmmer: '' | ||
+ | - Blast: '' | ||
+ | </ | ||
**Running Interproscan** | **Running Interproscan** | ||
- | < | + | < |
**Options: | **Options: | ||
- | | + | |
- | | + | |
- | - **-goterms** - Extract the GO terms from the annotated domains and features and assigns them to the query sequence | + | |
- | | + | * **-goterms** - Extract the GO terms from the annotated domains and features and assigns them to the query sequence |
- | For further information about how to run Interproscan, please see the [[https:// | + | |
- | </ | + | For further information about how to run InterProScan, please see the [[https:// |
- | Once everything is set, run the analysis on all sequences. This analysis will take some time, so you best run it over the weekend. | + | Once everything is set, run the analysis on all sequences. This analysis will take some time, so you best run it over night. |
- | <file bash RunInterpro.sh># | + | <file bash RunInterpro.sh> |
+ | #!/bin/bash | ||
#SBATCH --partition=all, | #SBATCH --partition=all, | ||
Line 30: | Line 33: | ||
#SBATCH --job-name=" | #SBATCH --job-name=" | ||
- | + | interproscan.sh | |
- | bash / | + | /*removed from inteproscan run due to failure: PROSITEPROFILES |
+ | local installation that is no longer usable due to missing global installations of hmmer, java, etc.: / | ||
Just download and modify this file, then send it to the cluster with | Just download and modify this file, then send it to the cluster with | ||
< | < | ||
Line 38: | Line 41: | ||
</ | </ | ||
- | ===== Interproscan | + | /* |
- | We have tweaked the configuration of interproscan | + | ===== InterProScan |
+ | We have tweaked the configuration of InterProScan | ||
< | < | ||
/ | / | ||
Line 80: | Line 84: | ||
pirsf.pl.binary.cpu.switch=-cpu 3 | pirsf.pl.binary.cpu.switch=-cpu 3 | ||
</ | </ | ||
+ | */ |