Funseq: Difference between revisions

From GersteinInfo
Jump to navigationJump to search
Public (talk | contribs)
Public (talk | contribs)
Line 1: Line 1:
__TOC__
=Installation=
=Installation=
__TOC__


==A. Required Tools==
==A. Required Tools==
Line 13: Line 13:
1) Please make sure you have Perl 5 and up. Latest PERL can be downloaded [http://www.perl.org/ here]. <br>
1) Please make sure you have Perl 5 and up. Latest PERL can be downloaded [http://www.perl.org/ here]. <br>
2) Install package Parallel::ForkManager (this package is used for parallel running). The PERL library can be found [http://search.cpan.org/~szabgab/Parallel-ForkManager-1.03/lib/Parallel/ForkManager.pm here].
2) Install package Parallel::ForkManager (this package is used for parallel running). The PERL library can be found [http://search.cpan.org/~szabgab/Parallel-ForkManager-1.03/lib/Parallel/ForkManager.pm here].
==C. FunSeq tool installation==
$ cd FUNSEQ/
$ perl Makefile.PL
$ make
$ make test
$ make install
<br>
<br>
<br>
<br>

Revision as of 20:34, 6 May 2013

Installation

A. Required Tools

The following tools are REQUIRED for FunSeq:
1) Bedtools
2) Samtools
3) Tabix
4) VAT - A good installation guide for VAT can be found here.

B. PERL Requirement

1) Please make sure you have Perl 5 and up. Latest PERL can be downloaded here.
2) Install package Parallel::ForkManager (this package is used for parallel running). The PERL library can be found here.

C. FunSeq tool installation

$ cd FUNSEQ/ $ perl Makefile.PL $ make $ make test $ make install