Carrot root and DNA VCRU Bioinformatics USDA ARS Vegetable Crops Research Unit

This page was last updated on Monday, 09-Aug-2021 13:21:02 CDT

Installation notes for InterProScan version 5.3-46.0

Home Page

Home Page 2021

Install instructions

InterProScan documentation 2021

Prerequisites

If this error
java.io.IOException: Cannot run program "bin/coils/ncoils": error=2, No such file or directory
see https://code.google.com/p/interproscan/issues/detail?id=23
we have to install ncoils ourselves, and link the non-working version to that.
(Do this after installing InterProScan!)

  1. $ sudo apt-get install ncoils
  2. $ rm /usr/local/interproscan/interproscan/bin/coils/ncoils
  3. $ ln -s /usr/bin/ncoils /usr/local/interproscan/interproscan/bin/coils/ncoils

Installation

  1. $ ver="5.3-46.0"
  2. $ panver="8.1"
  3. $ cd /programinstallers/
  4. $ wget -N ftp://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/$ver/interproscan-${ver}-64-bit.tar.gz.md5
  5. $ wget -N ftp://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/$ver/interproscan-${ver}-64-bit.tar.gz
  6. Download takes a long time. Confirm correctness
    $ md5sum -c interproscan-${ver}-64-bit.tar.gz.md5
  7. Install to one of the data drives because of size
    $ cd /xxdatay
  8. $ tar -pzxvf /programinstallers/interproscan-${ver}-64-bit.tar.gz
  9. Make a version-independent symlink
    $ cd /usr/local/bin ; ln -s /pdata1/interproscan-$ver interproscan
  10. Initial setup
    $ cd /usr/local/bin/interproscan ; python3 initial_setup.py
    If you instead run interproscan.sh, it also calls this and sets things up
  11. $ cd interproscan/data
  12. Download panther database Not needed since 5.52-86.0
    $ wget ftp://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/data/panther-data-$panver.tar.gz.md5
  13. $ wget ftp://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/data/panther-data-$panver.tar.gz
  14. $ md5sum -c panther-data-$panver.tar.gz.md5
  15. $ tar -pxvzf panther-data-$panver.tar.gz
  16. Entire install takes about 24 GBytes if the panther-data-$panver.tar.gz file is deleted
  17. Add to PATH
    $ sudo nano /etc/profile

    PATH="$PATH:/usr/local/bin/interproscan"
  18. Test
    $ /usr/local/bin/interproscan.sh