Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • macb
    Member
    • Jun 2013
    • 24

    Soap can't scaffold !

    HI everyone. I'm new here. I got a problem blocked me for days and plz help me.
    I'm using Soap to assemble de novo a genome with an estimated size of 2 GB.

    Command :
    SOAPdenovo127mer all -p 60 -s $conffile -o $dir/soapdenovo.assembly -K $nbround -R

    However soapdenovo.assembly.scaf and soapdenovo.assembly.scaf_gap are all size 0.

    I tested several Kmers from 30 to 70 and I have 4 libraries:
    1 Pair End (100pb) + 2 Mate Pairs 100pb + 2 Mate Paris 50 pb
    All worked correctly till scaffolding which is doing nothing.

    Below my config_file details :
    max_rd_len=100
    [LIB]
    avg_ins=453
    reverse_seq=0
    asm_flags=3
    rank=0
    pair_num_cutoff=3
    q1=/home1/camine/work/SOAP/Pair_END/P34female.f.fq
    q2=/home1/camine/work/SOAP/Pair_END/P34female.r.fq

    [LIB]
    avg_ins=5000
    reverse_seq=1
    asm_flags=2
    rank=0
    q1=/home1/camine/work/SOAP/Mate_Pair/GZ1/R1.NotEmpty.NotLink.fastq
    q2=/home1/camine/work/SOAP/Mate_Pair/GZ1/R2.NotEmpty.NotLink.fastq

    [LIB]
    avg_ins=5000
    reverse_seq=1
    asm_flags=2
    rank=0
    q1=/home1/camine/work/SOAP/Mate_Pair/GZ2/R1.NotEmpty.NotLink.fastq
    q2=/home1/camine/work/SOAP/Mate_Pair/GZ2/R2.NotEmpty.NotLink.fastq

    [LIB]
    avg_ins=5000
    reverse_seq=1
    asm_flags=2
    rank=1
    q1=/home1/camine/work/SOAP/Mate_Pair/GZ1/R1.NotEmpty.LinkerTrimmed.fastq
    q2=/home1/camine/work/SOAP/Mate_Pair/GZ1/R2.NotEmpty.LinkerTrimmed.fastq

    [LIB]
    avg_ins=5000
    reverse_seq=1
    asm_flags=2
    rank=1
    q1=/home1/camine/work/SOAP/Mate_Pair/GZ2/R1.NotEmpty.LinkerTrimmed.fastq
    q2=/home1/camine/work/SOAP/Mate_Pair/GZ2/R2.NotEmpty.LinkerTrimmed.fastq


    Any one who have succeed? Thank you in advance.
  • jebowers
    Member
    • Apr 2013
    • 19

    #2
    Version r235 was having problems seeing sequences from even numbered ranks in scaffolding. I do not know how this problem was impacted by rank 0. This problem was apparently fixed in the current version.

    I would give it a try with ranks 1 and 2 instead of 0 and 1, and install the current version of SOAPdenovo2.

    Comment

    • macb
      Member
      • Jun 2013
      • 24

      #3
      Hi jebowers !
      Thank tou for your response

      I trimmed firstly my read at the end both Pair end and Mate Pair. Then I used the current version of SOAPdenovo2 with ranks 1 and 2.

      It worked correctly just before sacffoolding. These files are still size 0 :

      soapdenovo.assembly.links
      soapdenovo.assembly.scaf_gap
      soapdenovo.assembly.scaf
      soapdenovo.assembly.gapSeq
      soapdenovo.assembly.contigPosInscaff.


      In the config file I have well precised reverse_seq=0 for Pair End and reverse_seq=1 for Mate Pair. However the LogSoap file show as that links were incorrectly oriented :


      For insert size: 443
      Total PE links 334538652
      Normal PE links on same contig 0
      Incorrect oriented PE links 334538652
      PE links of too small insert size 0
      PE links of too large insert size 0
      Correct PE links 0
      Accumulated connections 0
      Use contigs longer than 443 to estimate insert size:
      PE links 0
      Too few PE links.
      0 new connections.

      For insert size: 5000
      Total PE links 4798230
      Normal PE links on same contig 0
      Incorrect oriented PE links 4798230
      PE links of too small insert size 0
      PE links of too large insert size 0
      Correct PE links 0
      Accumulated connections 0
      Use contigs longer than 5000 to estimate insert size:
      PE links 0
      Too few PE links.
      0 new connections.

      Comment

      • macb
        Member
        • Jun 2013
        • 24

        #4
        Originally posted by macb View Post
        Hi jebowers !
        Thank tou for your response

        I trimmed firstly my read at the end both Pair end and Mate Pair. Then I used the current version of SOAPdenovo2 with ranks 1 and 2.

        It worked correctly just before sacffoolding. These files are still size 0 :

        soapdenovo.assembly.links
        soapdenovo.assembly.scaf_gap
        soapdenovo.assembly.scaf
        soapdenovo.assembly.gapSeq
        soapdenovo.assembly.contigPosInscaff.


        In the config file I have well precised reverse_seq=0 for Pair End and reverse_seq=1 for Mate Pair. However the LogSoap file show as that links were incorrectly oriented :


        For insert size: 443
        Total PE links 334538652
        Normal PE links on same contig 0
        Incorrect oriented PE links 334538652
        PE links of too small insert size 0
        PE links of too large insert size 0
        Correct PE links 0
        Accumulated connections 0
        Use contigs longer than 443 to estimate insert size:
        PE links 0
        Too few PE links.
        0 new connections.

        For insert size: 5000
        Total PE links 4798230
        Normal PE links on same contig 0
        Incorrect oriented PE links 4798230
        PE links of too small insert size 0
        PE links of too large insert size 0
        Correct PE links 0
        Accumulated connections 0
        Use contigs longer than 5000 to estimate insert size:
        PE links 0
        Too few PE links.
        0 new connections.
        In fact my reads were not well oriented. I have done a mistake in my script for keeping pair end reads. Now after fixing that, Soap is scaffolding correctly.

        Comment

        Latest Articles

        Collapse

        • 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
        • SEQadmin2
          Cancer Drug Resistance: The Lingering Barrier to Rising Survival
          by SEQadmin2



          Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

          There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
          07-08-2026, 05:17 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 07-20-2026, 11:10 AM
        0 responses
        9 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-13-2026, 10:26 AM
        0 responses
        30 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-09-2026, 10:04 AM
        0 responses
        41 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-08-2026, 10:08 AM
        0 responses
        26 views
        0 reactions
        Last Post SEQadmin2  
        Working...