[Bioperl-l] Bio::Tools::Run::Alignment::Clustalw. Alignment doesn't print out in CGI

Tariq Shafi tariq_shafi75 at hotmail.com
Tue Jun 1 11:43:25 EDT 2004


Sean,

Many thanks for your help.

I didn't set my environment variable before. At the top of the script 
therefore what I needed to put was:

use CGI qw(:standard);
use Bio::Seq;
use Bio::SeqIO;
use Bio::Tools::Run::Alignment::Clustalw;

$ENV{CLUSTALDIR} = '/usr/local/clustalw';       # CRUCIAL LINE

$query = new CGI;

print $query->header;
..
etc.

Kind regards

Tariq

_________________________________________________________________
Want to block unwanted pop-ups? Download the free MSN Toolbar now!  
http://toolbar.msn.co.uk/



More information about the Bioperl-l mailing list