Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Votinhkiem90
    Member
    • Sep 2013
    • 30

    #1

    VelvetOptimiser

    tnt@Lam-Nguyen:~/Downloads/software/VelvetOptimiser-2.2.5$ VelvetOptimiser.pl -s 27 -e 31 -f '-shortPaired -fastq shuff_k8_q30.fastq' -t 4 --optFuncKmer n50

    ****************************************************
    VelvetOptimiser.pl Version 2.2.4
    ****************************************************
    Number of CPUs available: 4
    Current free RAM: 2.425GB
    Velvet OMP compiler setting: 1
    Th10 4 12:08:52 Starting to check input parameters.
    Velveth parameter string OK.
    Th10 4 12:08:52 Finished checking input parameters.
    Logfile name: 04-10-2013-12-08-52_Logfile.txt
    Velvet details:
    Velvet version: 1.2.09
    Compiled categories: 2
    Compiled max kmer length: 31
    Maximum number of velvetinstances to run: 4
    Will run velvet optimiser with the following paramters:
    Velveth parameter string:
    -shortPaired -fastq shuff_k8_q30.fastq
    Velveth start hash values: 27
    Velveth end hash value: 31
    Velveth hash step value: 2
    Velvetg minimum coverage cutoff to use: 0

    Read tracking for final assembly off.
    i is 27
    i is 29
    i is 31
    Th10 4 12:08:52 Beginning velveth runs.
    Th10 4 12:08:52 Running velveth with hash value: 27.
    Th10 4 12:08:54 Running velveth with hash value: 29.
    Th10 4 12:08:56 Running velveth with hash value: 31.
    Th10 4 12:09:11 Velveth with hash value 27 finished.
    Th10 4 12:09:12 Velveth with hash value 29 finished.
    Th10 4 12:09:19 Velveth with hash value 31 finished.
    Can't exec "velvetg": No such file or directory at VelvetOpt/gwrap.pm line 136.
    Th10 4 12:09:19 Finished velveth runs.
    Th10 4 12:09:19 Beginning vanilla velvetg runs.
    Th10 4 12:09:19 Running vanilla velvetg on hash value: 27
    Can't exec "velvetg": No such file or directory at VelvetOpt/gwrap.pm line 136.
    Th10 4 12:09:19 Velvetg on hash value: 27 finished.
    Th10 4 12:09:21 Running vanilla velvetg on hash value: 29
    Can't exec "velvetg": No such file or directory at VelvetOpt/gwrap.pm line 136.
    Th10 4 12:09:21 Velvetg on hash value: 29 finished.
    Th10 4 12:09:23 Running vanilla velvetg on hash value: 31
    Can't exec "velvetg": No such file or directory at VelvetOpt/gwrap.pm line 136.
    Th10 4 12:09:23 Velvetg on hash value: 31 finished.
    Use of uninitialized value in numeric ne (!=) at /usr/local/bin/VelvetOptimiser.pl line 282.
    Use of uninitialized value in numeric gt (>) at /usr/local/bin/VelvetOptimiser.pl line 283.
    Use of uninitialized value in numeric ne (!=) at /usr/local/bin/VelvetOptimiser.pl line 282.
    Use of uninitialized value $maxScore in numeric gt (>) at /usr/local/bin/VelvetOptimiser.pl line 283.
    Use of uninitialized value in numeric gt (>) at /usr/local/bin/VelvetOptimiser.pl line 283.
    Use of uninitialized value in numeric ne (!=) at /usr/local/bin/VelvetOptimiser.pl line 282.
    Use of uninitialized value $maxScore in numeric gt (>) at /usr/local/bin/VelvetOptimiser.pl line 283.
    Use of uninitialized value in numeric gt (>) at /usr/local/bin/VelvetOptimiser.pl line 283.
    Th10 4 12:09:25 Hash value of best assembly by assembly score: 27
    Th10 4 12:09:25 Optimisation routine chosen for best assembly: shortPaired
    Th10 4 12:09:25 Looking for the expected coverage
    Unable to open /home/tnt/Downloads/software/VelvetOptimiser-2.2.5/auto_data_27/stats.txt for exp_cov determination.
    How to fix this bold error?
  • sisch
    Member
    • Jun 2011
    • 29

    #2
    How to fix this bold error?
    I'd say, by first fixing the real errors in your output. If you scan through your error log you will find that the execution of "velvetg" fails in all three cases. Thus, the problem is that VelvetOptimiser is not able to locate/execute the velvetg executable. As a consequence, there is of course no stats.txt as it is usually generated by velvetg.

    Possible solutions:
    1. Check the permissions of velvetg, maybe your Script is not allowed to run it.
    Code:
    ls -al `which velvetg`
    2. Find out, whether your velvetg executable is in the PATH (if not the above might not have worked either.)by running
    Code:
    velvetg
    If it doesn't run, you might want to reinstall velvet, correctly.

    Disclaimer: I have never used the VelvetOptimiser script and just try to help you find the source of the problem

    Comment

    • Votinhkiem90
      Member
      • Sep 2013
      • 30

      #3
      Originally posted by sisch View Post
      I'd say, by first fixing the real errors in your output. If you scan through your error log you will find that the execution of "velvetg" fails in all three cases. Thus, the problem is that VelvetOptimiser is not able to locate/execute the velvetg executable. As a consequence, there is of course no stats.txt as it is usually generated by velvetg.

      Possible solutions:
      1. Check the permissions of velvetg, maybe your Script is not allowed to run it.
      Code:
      ls -al `which velvetg`
      2. Find out, whether your velvetg executable is in the PATH (if not the above might not have worked either.)by running
      Code:
      velvetg
      If it doesn't run, you might want to reinstall velvet, correctly.

      Disclaimer: I have never used the VelvetOptimiser script and just try to help you find the source of the problem
      Thank for help, i have just reinstall ubtuntu 13.10 and still problem while using velvetoptimiser
      This problem is:
      Use of uninitialized value in numeric ne (!=) at Downloads/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 289.
      Use of uninitialized value in numeric gt (>) at Downloads/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 290.
      Th10 23 09:58:53 Hash value of best assembly by assembly score: 31
      Th10 23 09:58:53 Optimisation routine chosen for best assembly: shortPaired
      Th10 23 09:58:53 Looking for the expected coverage
      Unable to open /home/tnt/auto_data_31/stats.txt for exp_cov determination.
      at Downloads/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 838
      Can you help me?

      Comment

      • Votinhkiem90
        Member
        • Sep 2013
        • 30

        #4
        Originally posted by Votinhkiem90 View Post
        Thank for help, i have just reinstall ubtuntu 13.10 and still problem while using velvetoptimiser
        This problem is:
        Use of uninitialized value in numeric ne (!=) at Downloads/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 289.
        Use of uninitialized value in numeric gt (>) at Downloads/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 290.
        Th10 23 09:58:53 Hash value of best assembly by assembly score: 31
        Th10 23 09:58:53 Optimisation routine chosen for best assembly: shortPaired
        Th10 23 09:58:53 Looking for the expected coverage
        Unable to open /home/tnt/auto_data_31/stats.txt for exp_cov determination.
        at Downloads/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 838
        Can you help me?
        i have fixed this problem, thanks for your help.

        Comment

        • leirhyh
          Junior Member
          • Sep 2012
          • 3

          #5
          the simillar errors, how to fix it.

          Hi, Votinhkiem90:
          I'm glad that you fixed that errors.

          When I run VelvetOptimiser.pl, I meet the same errors as follows:
          Use of uninitialized value in numeric ne (!=) at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 289.
          Use of uninitialized value $maxScore in numeric gt (>) at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 290.
          Use of uninitialized value in numeric gt (>) at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 290.
          Use of uninitialized value in numeric ne (!=) at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 289.
          Use of uninitialized value $maxScore in numeric gt (>) at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 290.
          Use of uninitialized value in numeric gt (>) at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 290.
          Apr 4 18:11:16 Hash value of best assembly by assembly score: 83
          Apr 4 18:11:16 Optimisation routine chosen for best assembly: shortPaired
          Apr 4 18:11:16 Looking for the expected coverage
          Unable to open /media/Athena/radiated/trimmeddata/auto_data_83/stats.txt for exp_cov determination.
          at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 838

          I checked botth Velveth and Velvetg, which works fine for this PATH.

          Could you give me some hints on how to fix this?

          Thank you very much and I appreciate your time.

          Comment

          • Votinhkiem90
            Member
            • Sep 2013
            • 30

            #6
            Originally posted by leirhyh View Post
            Hi, Votinhkiem90:
            I'm glad that you fixed that errors.

            When I run VelvetOptimiser.pl, I meet the same errors as follows:
            Use of uninitialized value in numeric ne (!=) at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 289.
            Use of uninitialized value $maxScore in numeric gt (>) at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 290.
            Use of uninitialized value in numeric gt (>) at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 290.
            Use of uninitialized value in numeric ne (!=) at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 289.
            Use of uninitialized value $maxScore in numeric gt (>) at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 290.
            Use of uninitialized value in numeric gt (>) at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 290.
            Apr 4 18:11:16 Hash value of best assembly by assembly score: 83
            Apr 4 18:11:16 Optimisation routine chosen for best assembly: shortPaired
            Apr 4 18:11:16 Looking for the expected coverage
            Unable to open /media/Athena/radiated/trimmeddata/auto_data_83/stats.txt for exp_cov determination.
            at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 838

            I checked botth Velveth and Velvetg, which works fine for this PATH.

            Could you give me some hints on how to fix this?

            Thank you very much and I appreciate your time.
            Yes, Possible you wrong for parameters cause this error. However You should check VelvetOptimiser install, and retype right parameters.
            Good luck
            p/s: can you sent the parameter that you run.

            Comment

            • leirhyh
              Junior Member
              • Sep 2012
              • 3

              #7
              about running VelvetOptimiser.pl

              Hi,Votinhkiem90:
              My running conndition is as follows:
              /software/VelvetOptimiser/VelvetOptimiser.pl -s 19 -e 99 -f '-shortPaired -fastq lava8.2ta1.fastq lava8.2ta2.fastq'

              What do you think?

              Thanks,

              All the best,

              Runhua

              Originally Posted by leirhyh View Post
              Hi, Votinhkiem90:
              I'm glad that you fixed that errors.

              When I run VelvetOptimiser.pl, I meet the same errors as follows:
              Use of uninitialized value in numeric ne (!=) at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 289.
              Use of uninitialized value $maxScore in numeric gt (>) at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 290.
              Use of uninitialized value in numeric gt (>) at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 290.
              Use of uninitialized value in numeric ne (!=) at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 289.
              Use of uninitialized value $maxScore in numeric gt (>) at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 290.
              Use of uninitialized value in numeric gt (>) at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 290.
              Apr 4 18:11:16 Hash value of best assembly by assembly score: 83
              Apr 4 18:11:16 Optimisation routine chosen for best assembly: shortPaired
              Apr 4 18:11:16 Looking for the expected coverage
              Unable to open /media/Athena/radiated/trimmeddata/auto_data_83/stats.txt for exp_cov determination.
              at /software/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 838

              I checked botth Velveth and Velvetg, which works fine for this PATH.

              Could you give me some hints on how to fix this?

              Thank you very much and I appreciate your time.
              Yes, Possible you wrong for parameters cause this error. However You should check VelvetOptimiser install, and retype right parameters.
              Good luck
              p/s: can you sent the parameter that you run.

              Comment

              • paa6
                Member
                • Feb 2014
                • 68

                #8
                Originally posted by Votinhkiem90 View Post
                Thank for help, i have just reinstall ubtuntu 13.10 and still problem while using velvetoptimiser
                This problem is:
                Use of uninitialized value in numeric ne (!=) at Downloads/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 289.
                Use of uninitialized value in numeric gt (>) at Downloads/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 290.
                Th10 23 09:58:53 Hash value of best assembly by assembly score: 31
                Th10 23 09:58:53 Optimisation routine chosen for best assembly: shortPaired
                Th10 23 09:58:53 Looking for the expected coverage
                Unable to open /home/tnt/auto_data_31/stats.txt for exp_cov determination.
                at Downloads/VelvetOptimiser-2.2.5/VelvetOptimiser.pl line 838
                Can you help me?
                I have also used velvetoptimiser recently but unable to understand result...can u please give me some hints how to start....I would really appreciate ur time...

                Comment

                • Votinhkiem90
                  Member
                  • Sep 2013
                  • 30

                  #9
                  Originally posted by paa6 View Post
                  I have also used velvetoptimiser recently but unable to understand result...can u please give me some hints how to start....I would really appreciate ur time...
                  You have been run step by step with velvet with defaults parameters yet?
                  I think you should test with velvet before run with VelvetOpt. Now I don't use VelvetOptimiser along time ago, so im not sure how to fix this problem. but I guess this error from you cmd and parameter that you run.

                  Comment

                  • paa6
                    Member
                    • Feb 2014
                    • 68

                    #10
                    Originally posted by Votinhkiem90 View Post
                    You have been run step by step with velvet with defaults parameters yet?
                    I think you should test with velvet before run with VelvetOpt. Now I don't use VelvetOptimiser along time ago, so im not sure how to fix this problem. but I guess this error from you cmd and parameter that you run.
                    I did try velvet before but now I am using velvetoptimiser. It's all that I am unable to understand results properly because there is no clear explanation for that..so can u give me some links for result analysis.

                    Comment

                    Latest Articles

                    Collapse

                    • 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
                    • SEQadmin2
                      Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                      by SEQadmin2


                      Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                      The systematic characterization of the human proteome has
                      ...
                      07-20-2026, 11:48 AM
                    • SEQadmin2
                      Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                      by SEQadmin2



                      Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                      ...
                      07-09-2026, 11:10 AM

                    ad_right_rmr

                    Collapse

                    News

                    Collapse

                    Topics Statistics Last Post
                    Started by SEQadmin2, 07-31-2026, 02:55 AM
                    0 responses
                    17 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 07-24-2026, 12:17 PM
                    0 responses
                    15 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 07-23-2026, 11:41 AM
                    0 responses
                    13 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 07-20-2026, 11:10 AM
                    0 responses
                    24 views
                    0 reactions
                    Last Post SEQadmin2  
                    Working...