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

This page was last updated on Sunday, 20-Nov-2016 11:43:46 CST

Installation notes for RepeatMasker version 4-0-5

Home Page

Prerequisites

Installation

  1. $ ver="4-0-5"
  2. $ cd /programinstallers/
  3. $ wget -N http://www.repeatmasker.org/RepeatMasker-open-$ver.tar.gz
  4. $ cd /usr/local/bin
  5. If upgrading, first remove or rename /usr/local/bin/RepeatMasker
  6. $ tar -zxvf /programinstallers/RepeatMasker-open-$ver.tar.gz
  7. Install the standard repeat library
    Through web browser, go to http://www.girinst.org/server/RepBase/index.php, log in, and download remasker database, for example repeatmaskerlibraries-20140131.tar.gz
  8. $ cd /usr/local/bin/RepeatMasker
  9. $ tar -zxvf /programinstallers/repeatmaskerlibraries-20140131.tar.gz
    Libraries/
    Libraries/RepeatMaskerLib.embl
    Libraries/RepeatAnnotationData.pm
    Libraries/README.html
    Libraries/taxonomy.dat
    Libraries/README
  10. Add our custom libraries to /usr/local/bin/RepeatMasker/Libraries/
  11. Configure
    $ perl ./configure
    NOTE: when the configure programs asks for the path for RMBlast, do not include the full path with the program name, e.g. /usr/bin/rmblastn, use just the path /usr/bin, or else you will get the confusing error message
    /usr/bin/rmblastn does not exist
    even though it does exist.
     -- Setting perl interpreter...
    
    Congratulations!  RepeatMasker is now ready to use.
    The program is installed with a full version of the repeat library:
      DFAM Library Version = Dfam_1.2
      RMLibrary Version = 20140131
      Repbase Version = 20140131
    Further documentation on the program may be found here:
      /usr/local/bin/RepeatMasker/repeatmasker.help
    
  12. Add to default PATH
    $ sudo nano /etc/profile

    PATH="$PATH:/usr/local/bin/RepeatMasker"