[Bioperl-l] clustalw.pm: could not open sequence file error
Scott Markel
smarkel at scitegic.com
Wed Nov 30 20:05:17 EST 2005
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 @params = ('ktuple' => 2, 'matrix' => 'BLOSUM',
>
> 'outfile'=> 'al_mouse.txt');
> my $factory =
>
> Bio::Tools::Run::Alignment::Clustalw->new(@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
> "could not open the sequence file" error.
> Is this because the file is too big and is there a way to fix this?
> Thanks a lot for your help!
>
> Olena
--
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