Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #2
    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.

    Comment

    Latest Articles

    Collapse

    • noor121
      Reply to Latest Developments in Precision Medicine
      by noor121
      Qadri offers efficient online services designed for students and staff of University Targu Mures Medical Campus Hamburg. We streamline your academic and administrative processes for a hassle-free experience.

      VIsit us:
      https://qadri-international.com/univ...s-hamburg-umch...
      Today, 09:33 PM
    • seqadmin
      Non-Coding RNA Research and Technologies
      by seqadmin




      Non-coding RNAs (ncRNAs) do not code for proteins but play important roles in numerous cellular processes including gene silencing, developmental pathways, and more. There are numerous types including microRNA (miRNA), long ncRNA (lncRNA), circular RNA (circRNA), and more. In this article, we discuss innovative ncRNA research and explore recent technological advancements that improve the study of ncRNAs.

      Nobel Prize for MicroRNA Discovery
      This week,...
      Yesterday, 08:07 AM
    • seqadmin
      Recent Developments in Metagenomics
      by seqadmin





      Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...
      09-23-2024, 06:35 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 10-02-2024, 04:51 AM
    0 responses
    96 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 10-01-2024, 07:10 AM
    0 responses
    107 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 09-30-2024, 08:33 AM
    1 response
    109 views
    0 likes
    Last Post EmiTom
    by EmiTom
     
    Started by seqadmin, 09-26-2024, 12:57 PM
    0 responses
    20 views
    0 likes
    Last Post seqadmin  
    Working...
    X