Seqanswers Leaderboard Ad
Collapse
Announcement
Collapse
No announcement yet.
X
-
That error you see "Can't locate Bio/Seq.pm ..." means that Perl cannot find BioPerl in the standard places that libraries are installed (referred to as PERL5LIB or @INC). You might want to review the install process to ensure that it was successful and try to find out if it was installed somewhere other than what is listed in that error message. If you are using a package manager then it will probably install in a standard location, so the installation likely did not succeed. I should warn that I have no experience with Windows and PPM, but what you are seeing is a standard complaint from Perl. If you can't find a solution, you could try sending your message to the BioPerl listserv, as there are sure to be people there with experience installing on Windows.
-
BioPerl installation and execution problem
I have installed activeperl in windows xp.
through Perl Package Manager i have installed BioPerl repositories.
but while trying to execute BioPerl program..
#!/usr/bin/env perl
use Bio::Seq;
use Bio::SeqIO;
# create a sequence object of some DNA
my $seq = Bio::Seq->new(-id => 'testseq', -seq => 'CATGTAGATAG');
# print out some details about it
print "seq is ", $seq->length, " bases long\n";
print "revcom seq is ", $seq->revcom->seq, "\n";
# write it to a file in Fasta format
my $out = Bio::SeqIO->new(-file => '>testseq.fsa', -format => 'Fasta');
$out->write_seq($seq);
the following error is coming
Cant locate Bio/Seq.pm in @INC <INC contains : C:/Perl/site/lib C:/Perl/lib.> at C:\Perl\bin\Sequence.pl line1.
BEGIN failed--compilation aborted at C:\Perl\bin\Sequence.pl line1.
what is the problem here??
How to identify whether BioPerl is installed or not???
Please guide me....
thanks & Regards
Latest Articles
Collapse
-
by seqadmin
Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.
Long-Read Sequencing
Long-read sequencing has seen remarkable advancements,...-
Channel: Articles
12-02-2024, 01:49 PM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by seqadmin, 12-02-2024, 09:29 AM
|
0 responses
158 views
0 likes
|
Last Post
by seqadmin
12-02-2024, 09:29 AM
|
||
Started by seqadmin, 12-02-2024, 09:06 AM
|
0 responses
56 views
0 likes
|
Last Post
by seqadmin
12-02-2024, 09:06 AM
|
||
Started by seqadmin, 12-02-2024, 08:03 AM
|
0 responses
48 views
0 likes
|
Last Post
by seqadmin
12-02-2024, 08:03 AM
|
||
Started by seqadmin, 11-22-2024, 07:36 AM
|
0 responses
76 views
0 likes
|
Last Post
by seqadmin
11-22-2024, 07:36 AM
|
Leave a comment: