Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • mido1951
    Senior Member
    • May 2014
    • 123

    NaS (Nanopore Synthetic-long) help

    I compiled NaS but the return message in linux.
    Code:
    root@midox-VGN-NS11S-S:/home/midox/Bureau/NaS-master# $(pwd)/NaS_v2/NaS --fq1 NaS_example_acineto/AWK_DOSF_1_1_A5KR6.IND3_clean.10prc.fastq --fq2 NaS_example_acineto/AWK_DOSF_1_2_A5KR6.IND3_clean.10prc.fastq --nano NaS_example_acineto/MinION_reads_Acinetobacter_baylyi.fa --out NaS_example --nb_proc 5
    Number of parallel task : 5
    [lundi 8 juin 2015, 14:14:24 (UTC+0200)] Create output directory : NaS_example
    [lundi 8 juin 2015, 14:14:24 (UTC+0200)] Create fasta file from fastq...
    /home/midox/Bureau/NaS-master/NaS_v2/FastaToTbl: 60: /home/midox/Bureau/NaS-master/NaS_v2/FastaToTbl: gawk: not found
    /home/midox/Bureau/NaS-master/NaS_v2/TblToFasta: 60: /home/midox/Bureau/NaS-master/NaS_v2/TblToFasta: gawk: not found
    paste: NaS_example_acineto/AWK_DOSF_1_2_A5KR6.IND3_clean.10prc.fastq: No such file or directory
    [lundi 8 juin 2015, 14:14:24 (UTC+0200)] Alignement step in fast mode...
    [lundi 8 juin 2015, 14:14:24 (UTC+0200)] Select reads...
    [lundi 8 juin 2015, 14:14:24 (UTC+0200)] Retrieve similar reads...
    [lundi 8 juin 2015, 14:14:25 (UTC+0200)] Generate NaS reads...
    cat: NaS_example/assemblies/*/NaS_hqctg_reads_final.fa: No such file or directory
    /home/midox/Bureau/NaS-master/NaS_v2/TblToFasta: 60: /home/midox/Bureau/NaS-master/NaS_v2/TblToFasta: gawk: not found
    /home/midox/Bureau/NaS-master/NaS_v2/FastaToTbl: 60: /home/midox/Bureau/NaS-master/NaS_v2/FastaToTbl: gawk: not found
    [lundi 8 juin 2015, 14:14:25 (UTC+0200)] Generate statistics...
    fastalength: error while loading shared libraries: libglib-1.2.so.0: cannot open shared object file: No such file or directory
    fastacomposition: error while loading shared libraries: libglib-1.2.so.0: cannot open shared object file: No such file or directory
    /home/midox/Bureau/NaS-master/NaS_v2/assemblyMetrics: 108: /home/midox/Bureau/NaS-master/NaS_v2/assemblyMetrics: gawk: not found
    fastalength: error while loading shared libraries: libglib-1.2.so.0: cannot open shared object file: No such file or directory
    fastacomposition: error while loading shared libraries: libglib-1.2.so.0: cannot open shared object file: No such file or directory
    /home/midox/Bureau/NaS-master/NaS_v2/assemblyMetrics: 108: /home/midox/Bureau/NaS-master/NaS_v2/assemblyMetrics: gawk: not found
    NbReads=  -1  CumulativeSize=  number=  N50size=    minSize=  -1  maxSize=  -nan  avgSize=    =>  NaS_example/NANO_reads.stats
    NbReads=  -1  CumulativeSize=  number=  N50size=    minSize=  -1  maxSize=  -nan  avgSize=    =>  NaS_example/NaS_hqctg_reads.stats
    do you have an idea on what kind of errors?
    thankyou
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    If you look through the error messages you generally get a hint of what is missing/in error. In this case looks like you need the gawk package.

    Code:
    $ sudo apt-get install gawk
    You also may need to install glib.

    Comment

    • mido1951
      Senior Member
      • May 2014
      • 123

      #3
      new PROBLEMS NaS

      i installed gawd and I recompiled
      there a new problems.

      Code:
      root@midox-VGN-NS11S-S:/home/midox/Bureau/NaS-master# $(pwd)/NaS_v2/NaS --fq1 /home/midox/Bureau/NaS_example_acineto/AWK_DOSF_1_1_A5KR6.IND3_clean.10prc.fastq --fq2 /home/midox/Bureau/NaS_example_acineto/AWK_DOSF_1_2_A5KR6.IND3_clean.10prc.fastq --nano /home/midox/Bureau/NaS_example_acineto/MinION_reads_Acinetobacter_baylyi.fa --out NaS_example --nb_proc 5
      Number of parallel task : 5
      [lundi 8 juin 2015, 14:56:09 (UTC+0200)] Create output directory : NaS_example
      [lundi 8 juin 2015, 14:56:09 (UTC+0200)] Create fasta file from fastq...
      [lundi 8 juin 2015, 14:58:16 (UTC+0200)] Alignement step in fast mode...
      [lundi 8 juin 2015, 14:58:23 (UTC+0200)] Select reads...
      [lundi 8 juin 2015, 14:58:23 (UTC+0200)] Retrieve similar reads...
      [lundi 8 juin 2015, 14:58:24 (UTC+0200)] Generate NaS reads...
      cat: NaS_example/assemblies/*/NaS_hqctg_reads_final.fa: No such file or directory
      [lundi 8 juin 2015, 14:58:25 (UTC+0200)] Generate statistics...
      fastalength: error while loading shared libraries: libglib-1.2.so.0: cannot open shared object file: No such file or directory
      fastacomposition: error while loading shared libraries: libglib-1.2.so.0: cannot open shared object file: No such file or directory
      awk: cmd. line:1: fatal: division by zero attempted
      awk: cmd. line:1: fatal: division by zero attempted
      gawk: cmd. line:1: fatal: division by zero attempted
      fastalength: error while loading shared libraries: libglib-1.2.so.0: cannot open shared object file: No such file or directory
      fastacomposition: error while loading shared libraries: libglib-1.2.so.0: cannot open shared object file: No such file or directory
      awk: cmd. line:1: fatal: division by zero attempted
      awk: cmd. line:1: fatal: division by zero attempted
      gawk: cmd. line:1: fatal: division by zero attempted
      NbReads=    CumulativeSize=    N50size=    minSize=    maxSize=    avgSize=    =>  NaS_example/NANO_reads.stats
      NbReads=    CumulativeSize=    N50size=    minSize=    maxSize=    avgSize=    =>  NaS_example/NaS_hqctg_reads.stats
      have any ideasa about this errors?
      Thankyou

      Comment

      • A.N.Other
        Member
        • Feb 2012
        • 26

        #4
        Please only post your issues in SeqAnswers OR BioStars - it's a waste of people's time to respond to things that have already been answered elsewhere.

        I was about to reply in BioStars, but I see GenoMax has already said it - you need to install glib.

        Comment

        • GenoMax
          Senior Member
          • Feb 2008
          • 7142

          #5
          In addition there are other problems. It appears that this directory/file is not there.

          NaS_example/assemblies/*/NaS_hqctg_reads_final.fa

          Comment

          • pmiguel
            Senior Member
            • Aug 2008
            • 2328

            #6
            Originally posted by A.N.Other View Post
            Please only post your issues in SeqAnswers OR BioStars - it's a waste of people's time to respond to things that have already been answered elsewhere.
            That's your opinion, A.N.

            I say post to as many sites as you like. If more than one person answers a question in 2 different forums--well that gives the answer additional weight, doesn't it?

            --
            Phillip

            Comment

            Latest Articles

            Collapse

            • GATTACAT
              Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
              by GATTACAT
              Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
              07-01-2026, 11:43 AM
            • SEQadmin2
              Nine Things a Sample Prep Scientist Thinks About Before Sequencing
              by SEQadmin2


              I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

              Here are nine questions we think about, in roughly the order they matter, before...
              06-18-2026, 07:11 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, Today, 11:05 AM
            0 responses
            6 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-02-2026, 11:08 AM
            0 responses
            28 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-30-2026, 05:37 AM
            0 responses
            25 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-26-2026, 11:10 AM
            0 responses
            25 views
            0 reactions
            Last Post SEQadmin2  
            Working...