Blast link: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(→‎Pre-requisites: fixed link formatting error)
Line 6: Line 6:
=Installation=
=Installation=
==Download==
==Download==
The newest version of blast_link can be obtained from [https://github.com/wwood/blast_link/zipball/master GitHub] ([https://github.com/wwood/blast_link less direct link]). Blast_link is entirely open source program and modifications and improvements are appreciated.
The newest version of blast_link can be obtained from [https://github.com/wwood/blast_link/zipball/master GitHub] ([https://github.com/wwood/blast_link less direct link]). Blast_link is entirely open source program and modifications and improvements are appreciated. It is not affiliated with NCBI.


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

Revision as of 05:14, 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. It is not affiliated with NCBI.

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.