1 Dec 2005 02:05
Re: clustalw.pm: could not open sequence file error
Scott Markel <smarkel <at> scitegic.com>
2005-12-01 01:05:17 GMT
2005-12-01 01:05:17 GMT
Olena,
Are you getting a BioPerl error or a ClustalW error?
What happens if you invoke ClustalW directly on your input
file, i.e., without using BioPerl?
Scott
Olena Morozova wrote:
> Hi all,
>
> I am trying to use this script
>
> use Bio::Tools::Run::Alignment::Clustalw;
>
> $ENV{CLUSTALDIR} = 'C:/perl/clustalw1.8/';
> my <at> params = ('ktuple' => 2, 'matrix' => 'BLOSUM',
>
> 'outfile'=> 'al_mouse.txt');
> my $factory =
>
> Bio::Tools::Run::Alignment::Clustalw->new( <at> params);
> $inputfilename = 'c:/perl/mouse_unique.txt';
> my $aln = $factory->align($inputfilename);
>
> to do a MSA, and it works for a test file with 2 or 3 sequences.
> However, when I try to run it on my actual file (has 97 sequences)
> which is in exactly the same format as the test file (fasta), I get a
(Continue reading)
RSS Feed