Header Leaderboard Ad

Collapse

abyss error

Collapse

Announcement

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

  • abyss error

    Hi,
    I am doing an ABySS assembly recently. Here is the problem i met:

    Mapped 419743499 of 454426594 reads (92.4%)
    Mapped 419741912 of 454426594 reads uniquely (92.4%)
    Read 454426594 alignments
    Mateless 454426594 100%
    Unaligned 0
    Singleton 0
    FR 0
    RF 0
    FF 0
    Different 0
    Total 454426594
    error: the histogram `scale-3.hist' is empty
    sort: write failed: standard output: Broken pipe
    sort: write error
    make: *** [scale-3.dist] Error 1
    make: *** Deleting file `scale-3.dist'

    Could anyone help me figure this out?

  • #2
    That seems very odd. What was the command line that got you this far and the rest of the output?

    Also, the ABySS user group is usually pretty helpful. So you might try there too.

    Comment


    • #3
      Hi,
      Here is the script i used.

      for k in {56..60}; do mkdir k$k; cd k$k; abyss-pe k=$k name=scale in='/scratch/zjr/scale/data/trimedpaired.fasta' OVERLAP_OPTIONS=--no-scaffold SIMPLEGRAPH_OPTIONS=--no-scaffold E=1 n=10 v=-v; cd ..; done

      Comment


      • #4
        By the way, the other output seems fine. No error report else was found.

        Comment


        • #5
          Do your reads have /1 and /2 after them? Otherwise, I don't think ABySS can understand the paired information.

          Comment


          • #6
            For example, the first two paired reads in fasta file were displayed with head:
            >HWI-ST1280:130:C1GYVACXX:8:1101:1161:2106_1:N:0:GGCTAGA
            >HWI-ST1280:130:C1GYVACXX:8:1101:1161:2106_2:N:0:GGCTAGA
            which were transformed from fastq file.

            Is this the problem?

            Comment


            • #7
              I think so. From the documentation, either the names have to be the same, which they aren't, or you need a /1 and /2 to end them.

              You could use sed to fix them something like:

              The following should fix it sed 's/:N/ /' INFILE | awk '{print $1}' | sed -e 's|_1|/1|' -e 's|_2|/2|' > OUTFILE

              Comment


              • #8
                Thanks, I will try

                Comment


                • #9
                  Actually, you might be a little more careful and change the first sed command to:

                  sed 's/:N:/ /'

                  Comment

                  Latest Articles

                  Collapse

                  • seqadmin
                    Improved Targeted Sequencing: A Comprehensive Guide to Amplicon Sequencing
                    by seqadmin



                    Amplicon sequencing is a targeted approach that allows researchers to investigate specific regions of the genome. This technique is routinely used in applications such as variant identification, clinical research, and infectious disease surveillance. The amplicon sequencing process begins by designing primers that flank the regions of interest. The DNA sequences are then amplified through PCR (typically multiplex PCR) to produce amplicons complementary to the targets. RNA targets...
                    03-21-2023, 01:49 PM
                  • seqadmin
                    Targeted Sequencing: Choosing Between Hybridization Capture and Amplicon Sequencing
                    by seqadmin




                    Targeted sequencing is an effective way to sequence and analyze specific genomic regions of interest. This method enables researchers to focus their efforts on their desired targets, as opposed to other methods like whole genome sequencing that involve the sequencing of total DNA. Utilizing targeted sequencing is an attractive option for many researchers because it is often faster, more cost-effective, and only generates applicable data. While there are many approaches...
                    03-10-2023, 05:31 AM

                  ad_right_rmr

                  Collapse

                  News

                  Collapse

                  Topics Statistics Last Post
                  Started by seqadmin, Yesterday, 01:40 PM
                  0 responses
                  6 views
                  0 likes
                  Last Post seqadmin  
                  Started by seqadmin, 03-29-2023, 11:44 AM
                  0 responses
                  12 views
                  0 likes
                  Last Post seqadmin  
                  Started by seqadmin, 03-24-2023, 02:45 PM
                  0 responses
                  20 views
                  0 likes
                  Last Post seqadmin  
                  Started by seqadmin, 03-22-2023, 12:26 PM
                  0 responses
                  28 views
                  0 likes
                  Last Post seqadmin  
                  Working...
                  X