VAT/download

From GersteinInfo

(Difference between revisions)
Jump to: navigation, search
(Source code)
Line 42: Line 42:
* [http://archive.gersteinlab.org/proj/VAT/src libBIOS-1.1.0.tar.gz]  
* [http://archive.gersteinlab.org/proj/VAT/src libBIOS-1.1.0.tar.gz]  
* [http://archive.gersteinlab.org/proj/VAT/src VAT-0.5.tar.gz] - Initial upload
* [http://archive.gersteinlab.org/proj/VAT/src VAT-0.5.tar.gz] - Initial upload
 +
=== Executables ===
=== Executables ===
Line 61: Line 62:
=== Installation of the external GSL and GD libraries ===
=== Installation of the external GSL and GD libraries ===
-
In order to install VAT two external libraries must be installed first. Please, follow the instructions provided by each package. The GSL library can be installed on most systems using the following commands (for details, please refer to the specific instructions at the [http://www.gnu.org/software/gsl/ GNU Scientific Library] website):
+
In order to install VAT two external libraries must be installed first. The libBIOS library depends on GSL, wheres VAT makes use of the GD library. Please follow the instructions provided by each package. The GSL library can be installed on most systems using the following commands (for details, please refer to the specific instructions at the [http://www.gnu.org/software/gsl/ GNU Scientific Library] website):
<pre>
<pre>
$ cd /path/to/gslSource/
$ cd /path/to/gslSource/
Line 77: Line 78:
</pre>
</pre>
-
After they are installed, the first step to install VAT is the installation and configuration of [http://rnaseq.gersteinlab.org/doc/bios/ BIOS]. BIOS is a general C library for manipulating strings, arrays (this library requires the GSL library).
+
After they are installed, the first step to install VAT is the installation and configuration of libBIOS.
<br>
<br>

Revision as of 14:08, 8 April 2011

VAT Main Page

Contents


External Software

Top

Required

  • GSL - GNU Scientific Library (Required for BIOS, which is a general C library)
  • BlatSuite - BLAT and a collection of utility programs. Note: these executables must be part of the PATH.
  • GD library - The GD library is used to create an image for each gene model and its associated variants.
  • Tabix - Tabix is generic tool that indexes position-sorted files in tab-delimited formats to facilitate fast retrieval (download). Note: these executables must be part of the PATH


Optional

  • VCF tools - VCF tools consists of a suite of useful modules to manipulate VCF files.


Top

VAT Download


Important Note
==============

THIS PACKAGE (VAT) IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.


Source code

VAT is a based on a general C library, called libBIOS. A TAR ball of libBIOS and VAT can be downloaded here:


Executables

Statically built binaries for UNIX can be found here:


License information

The software package is released under the Creative Commons license (Attribution-NonCommerical).
For more details please refer to the Permissions Page on the Gerstein Lab webpage.


Installation

Top

Installation of the external GSL and GD libraries

In order to install VAT two external libraries must be installed first. The libBIOS library depends on GSL, wheres VAT makes use of the GD library. Please follow the instructions provided by each package. The GSL library can be installed on most systems using the following commands (for details, please refer to the specific instructions at the GNU Scientific Library website):

$ cd /path/to/gslSource/
$ ./configure --prefix=/path/to/installation/
$ make
$ make install

Similarly, the GD library can be installed on most systems with the following commands:

$ cd /path/to/gdSource/
$ ./configure --prefix=/path/to/installation/ --with-jpeg=/path/to/jpegLib/
$ make
$ make install

After they are installed, the first step to install VAT is the installation and configuration of libBIOS.


Top

Installing and configuring libBIOS


Please refer to BIOS documentation for additional information.


Top

Installing VAT

A few simple steps are required to install VAT:


Personal tools