Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RodrigoZG
    Junior Member
    • Jan 2017
    • 3

    #1

    Provlems running VelvetOptimiser

    Hi everyone,

    When trying to run VelvetOptimiser.pl from the VelvetOptimiser-master directory, (downloaded from: https://github.com/tseemann/VelvetOptimiser ), I get the following error:

    :~/Documents/VelvetOptimiser-master$ perl VelvetOptimiser.pl -h
    This Perl not built to support threads
    Compilation failed in require at VelvetOptimiser.pl line 35.
    BEGIN failed--compilation aborted at VelvetOptimiser.pl line 35.

    Any help would be greatly appreciated
    Rodrigo
  • neavemj
    Member
    • Feb 2014
    • 58

    #2
    What version of perl are you running?

    I have VelvetOptimiser.pl working fine with perl 5.24.0. You also need to configure perl to allow thread usage at compile time.

    Comment

    • RodrigoZG
      Junior Member
      • Jan 2017
      • 3

      #3
      Hi neavemj,

      SOLVED: (placing updates here for any noobies like me that might be going through the same issue.

      In the end, correctly installing BioPerl, using homebrew to download the expat library, then placing the VelvetOptimiser directory in the velvet directory (with velveth inside) solved the issues.

      good luck to anyone with these problems.

      Thank you again, neavemj


      ------------------------------------

      I've managed to make some progress!

      ~/Documents/VelvetOptimiser-master# perl5.26.0 VelvetOptimiser.pl -h

      ****************************************************
      VelvetOptimiser.pl Version 2.2.5
      ****************************************************
      Number of CPUs available: 4
      Current free RAM: 40.637GB
      Can't exec "velveth": No such file or directory at /home/vagrant/Documents/VelvetOptimiser-master/VelvetOpt/hwrap.pm line 218.
      Unable to find velveth, please ensure that the velvet executables are in your PATH.


      -------------------------------------------------

      Thank you for your help. I was trying to run it using running v5.20.1. I've updated to the most recent version: perl5.26.0, and selected thread usage at compile time, but get the following when I try to run it:

      ~/Documents/VelvetOptimiser-master$ perl5.26.0 VelvetOptimiser.pl -h
      Can't locate Bio/SeqIO.pm in @INC (you may need to install the Bio::SeqIO module) (@INC contains: /home/vagrant/Documents/VelvetOptimiser-master /usr/local/lib/perl5/site_perl/5.26.0/x86_64-linux-thread-multi /usr/local/lib/perl5/site_perl/5.26.0 /usr/local/lib/perl5/5.26.0/x86_64-linux-thread-multi /usr/local/lib/perl5/5.26.0) at /home/vagrant/Documents/VelvetOptimiser-master/VelvetOpt/Assembly.pm line 238.
      BEGIN failed--compilation aborted at /home/vagrant/Documents/VelvetOptimiser-master/VelvetOpt/Assembly.pm line 238.
      Compilation failed in require at VelvetOptimiser.pl line 37.
      BEGIN failed--compilation aborted at VelvetOptimiser.pl line 37.


      Thank you for your help, I've only just begun to learn the bioinformatics basics. Do you think this is a problem with the BioPerl installation?

      I haven't been able to find any helpful posts online on how to install the Bio::SeqIO module though...
      Last edited by RodrigoZG; 06-26-2017, 04:01 PM. Reason: Update!

      Comment

      • neavemj
        Member
        • Feb 2014
        • 58

        #4
        Nice work Rodrigo, looks like you've solved that first problem.

        Yep, now you need to get BioPerl installed. You can check out their website for installation instructions (http://bioperl.org/INSTALL.html).

        They have a few different recommendations on there. I'd personally try the simplest bit first, by typing:

        cpan

        Then find the name of the latest BioPerl package:

        cpan>d /bioperl/

        ....

        Distribution C/CJ/CJFIELDS/BioPerl-1.007001.tar.gz
        Distribution C/CJ/CJFIELDS/BioPerl-1.007001.tar.gz
        Distribution C/CJ/CJFIELDS/BioPerl-1.007001.tar.gz

        And install the most recent:

        cpan>install C/CJ/CJFIELDS/BioPerl-1.007001.tar.gz

        If this doesn't work you might have to go back and follow the more detailed instructions.

        Good luck!

        Matt.

        Comment

        • RodrigoZG
          Junior Member
          • Jan 2017
          • 3

          #5
          Thanks Matt,

          All sorted now

          Comment

          • neavemj
            Member
            • Feb 2014
            • 58

            #6
            Sounds great Rodrigo!

            Comment

            Latest Articles

            Collapse

            • SEQadmin2
              How Immunogenomics Decodes Immunity’s Genetic Blueprint
              by SEQadmin2




              The immune system’s power comes from its genetic diversity, allowing myriad threats to be neutralized through first recognizing foreign antigens. That diversity is also what makes the immune system so difficult to study. Recent advances in sequencing technology and computational biology, however, are giving researchers new tools to understand immune responses and immune-related diseases in greater detail.

              This convergence of genetics, immunology, and computation...
              Today, 05:41 AM
            • SEQadmin2
              Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
              by SEQadmin2



              CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

              Despite this, “CRISPR helped turn genome editing from a specialized technique into
              ...
              07-31-2026, 11:01 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, 08-24-2026, 10:32 AM
            0 responses
            42 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 08-20-2026, 11:17 AM
            0 responses
            48 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 08-18-2026, 10:05 AM
            0 responses
            55 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 08-13-2026, 12:22 PM
            0 responses
            50 views
            0 reactions
            Last Post SEQadmin2  
            Working...