[Bioperl-l] Bio::Tools::Run::Alignment::Clustalw
Scott Markel
smarkel at scitegic.com
Fri Oct 14 17:44:33 EDT 2005
Angshu,
I run ClustalW on Windows via BioPerl, but inside our data
pipelining product.
The BioPerl-related lines that I use are
$ENV{CLUSTALDIR} = $clustalDirectory;
my @parameters = ("dnamatrix" => $dnaMatrix,
"gapopen" => $gapOpeningPenalty,
"gapext" => $gapExtensionPenalty,
"matrix" => $proteinMatrix,
"outfile" => $outputFile);
my $clustalFactory = Bio::Tools::Run::Alignment::Clustalw->new(@parameters);
my $alignment = $clustalFactory->align($fastaFile);
Let me know if you need more context.
Scott
Angshu Kar wrote:
> Hi,
> Has anyone used Bio::Tools::Run::Alignment::Clustalw in Windows? If so,
> could you please let me know the steps for running the tool for a seq.fafile?
> Thanks,
> Angshu
>
> _______________________________________________
> Bioperl-l mailing list
> Bioperl-l at portal.open-bio.org
> http://portal.open-bio.org/mailman/listinfo/bioperl-l
>
>
--
Scott Markel, Ph.D.
Principal Bioinformatics Architect email: smarkel at scitegic.com
SciTegic Inc. mobile: +1 858 205 3653
9665 Chesapeake Drive, Suite 401 voice: +1 858 279 8800, ext. 253
San Diego, CA 92123 fax: +1 858 279 8804
USA web: http://www.scitegic.com
More information about the Bioperl-l
mailing list