User Tools

Site Tools


interproscan-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
interproscan-software [2017/08/22 13:35] aorthinterproscan-software [2017/08/24 06:19] aorth
Line 5: Line 5:
 ===== Information ===== ===== Information =====
  
-  * Version: 5.13+  * Version: 5.25-64.0
   * Added: July, 2015   * Added: July, 2015
-  * Updated: July2015+  * Updated: August2017
   * Link: https://github.com/ebi-pf-team/interproscan   * Link: https://github.com/ebi-pf-team/interproscan
  
 ===== Usage ===== ===== Usage =====
  
 +Check for available versions:
  
 <code>$ module avail interproscan</code> <code>$ module avail interproscan</code>
 +
 +Load the latest version into your environment:
 +
 +<code>$ module load interproscan/5.25-64.0</code>
  
 ===== Installation ====== ===== Installation ======
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code> +<code>$ cd /tmp 
-- requirements +$ wget ftp://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/5.25-64.0/interproscan-5.25-64.0-64-bit.tar.gz 
-$ module load python/2.7.8 +$ wget ftp://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/5.25-64.0/interproscan-5.25-64.0-64-bit.tar.gz.md5 
-$ module load perl +$ md5sum -c interproscan-5.25-64.0-64-bit.tar.gz.md5 
- +$ tar -pxvzf interproscan-5.25-64.0-*-bit.tar.gz 
-- install interproscan +$ cd interproscan-5.25-64.0/data 
-$ cd /tmp/ +$ wget ftp://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/data/panther-data-11.1.tar.gz 
-$ wget ftp://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/5.13-52.0/interproscan-5.13-52.0-64-bit.tar.gz +$ tar -pxvzf panther-data-11.1.tar.gz 
-$ wget ftp://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/5.13-52.0/interproscan-5.13-52.0-64-bit.tar.gz.md5 +$ sudo mkdir /export/apps/interproscan/5.25-64.0 
-$ md5sum -c interproscan-5.13-52.0-64-bit.tar.gz.md5 +$ sudo cp -r * /export/apps/interproscan/5.25-64.0</code>
-$ tar -xvf interproscan-5.13-52.0-64-bit.tar.gz+
  
-- install Panther models  +Test:
-$ cd /tmp/interproscan-5.13-52.0/data +
-$ wget ftp://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/data/panther-data-9.0.tar.gz +
-$ wget ftp://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/data/panther-data-9.0.tar.gz.md5 +
-$ md5sum -c panther-data-9.0.tar.gz.md5 +
-$ tar -xvf panther-data-9.0.tar.gz+
  
-mkdir /export/apps/interproscan/5.13/ +<code>module load interproscan/5.25-64.0 
-mv /tmp/interproscan-5.13-52.0//export/apps/interproscan/5.13/+$ interproscan.sh -/export/apps/interproscan/5.25-64.0/test_proteins.fasta -f tsv</code>
  
-- run tests +**Note:** Interproscan 5.25-64.0 now ships components that depend on CentOS 7... so make sure you run it on compute03.
-$ interactive +
-$ module load interproscan/5.13 +
-$ interproscan.sh -i /export/apps/interproscan/5.13/test_proteins.fasta -f tsv +
-</code>+
interproscan-software.txt · Last modified: 2019/05/28 07:43 by aorth