User Tools

Site Tools


recon-software

Table of Contents

recon

De Novo Repeat Finder. Patched and updated by the RepeatMasker team.

Information

Usage

See versions of recon which are available:

$ module avail recon

Load one version into your environment and run it:

$ module load recon/1.08
$ recon.pl

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ wget http://www.repeatmasker.org/RepeatModeler/RECON-1.08.tar.gz
$ tar xf RECON-1.08.tar.gz 
$ cd RECON-1.08/src
$ make
$ make install
$ cd ..
$ sudo mkdir -p /export/apps/recon/1.08
$ sed 's_$path = "";_$path = "/export/apps/recon/1.08/bin";_' scripts/recon.pl
$ sudo cp -r * /export/apps/recon/1.08
recon-software.txt · Last modified: 2021/03/17 12:44 by aorth