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 [2024/05/08 06:36] – freya | general:computerenvironment:interpro [2025/05/09 06:56] (current) – [General information] freya | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== InterProScan ====== | ====== InterProScan ====== | ||
===== General information ===== | ===== General information ===== | ||
- | To run InterProScan locally, you need to download the InterPro databases and modify the configure | + | To run InterProScan locally, you need to download the InterPro databases and modify the configuration |
- | < | + | < |
- | 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. |
- | <hidden Prerequisites InterproScan> | + | /*<hidden Prerequisites InterproScan> |
- 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: < |
- | - If you don't have the correct version of Java, you can add our public installation to your PATH before executing the command:< | + | - Hmmer: |
+ | - Blast: '' | ||
+ | </hidden>*/ | ||
**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, | For further information about how to run InterProScan, | ||
- | </ | + | Once everything is set, run the analysis on all sequences. This analysis will take some time, so you best run it over night. |
- | Once everything is set, run the analysis on all sequences. This analysis will take some time, so you best run it over the weekend. | + | |
- | <file bash RunInterpro.sh># | + | <file bash RunInterpro.sh> |
+ | #!/bin/bash | ||
#SBATCH --partition=all, | #SBATCH --partition=all, | ||
Line 31: | Line 33: | ||
#SBATCH --job-name=" | #SBATCH --job-name=" | ||
- | + | interproscan.sh | |
- | bash / | + | /*removed from inteproscan run due to failure: |
- | /*removed from inteproscan run due to failure: | + | 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 39: | Line 41: | ||
</ | </ | ||
+ | /* | ||
===== InterProScan configuration ===== | ===== InterProScan configuration ===== | ||
We have tweaked the configuration of InterProScan a bit to improve the [[https:// | We have tweaked the configuration of InterProScan a bit to improve the [[https:// | ||
Line 81: | Line 84: | ||
pirsf.pl.binary.cpu.switch=-cpu 3 | pirsf.pl.binary.cpu.switch=-cpu 3 | ||
</ | </ | ||
+ | */ |