Blast link: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(First draft, not quite there)
 
(→‎Pre-requisites: fixed link formatting error)
Line 2: Line 2:


=Pre-requisites=
=Pre-requisites=
Blast_link requires [www.perl.org Perl]. The default version that gets the sequences also requires the [http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=Download BLAST+] executable blastdbcmd to be accessible to the apache user (www-data).
Blast_link requires [http://www.perl.org Perl]. The default version that gets the sequences also requires the [http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=Download BLAST+] executable blastdbcmd to be accessible to the apache user (www-data).


=Installation=
=Installation=

Revision as of 05:13, 16 March 2011

Blast_link is an add-on for Wwwblast that allows arbitrary links to be added to the results page for each hit. A common use case is to implement the link such that the entire hit sequences can be extracted, where the default install of www-blast does not permit this.

Pre-requisites

Blast_link requires Perl. The default version that gets the sequences also requires the BLAST+ executable blastdbcmd to be accessible to the apache user (www-data).

Installation

Download

The newest version of blast_link can be obtained from GitHub (less direct link). Blast_link is entirely open source program and modifications and improvements are appreciated.

Put the extracted files in the base www-data directory (the directory that blast.html is in).

Preparation of Binary BLAST databases

If a link to entire hit sequences is the desired mode of operation, creation of the binary databases is slightly more onerous, because the sequence identifiers need to be indexed.