Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • #31
    i'm curious, how are you exporting 454 LIMPs to be compatible with SOAP.
    We had trouble converting to "Illumina style" LIMPS.

    Comment


    • #32
      Originally posted by ians View Post
      i'm curious, how are you exporting 454 LIMPs to be compatible with SOAP.
      We had trouble converting to "Illumina style" LIMPS.
      SOAPdenovo seems to quite happily take fasta and fasta qual files, so I just used sff_extract to create those...

      Code:
      python sff_extract -l titanium_linker.fasta -s output.fasta -q output.qual -x output.xml input.sff
      and then in the SOAPdenovo config file I have something like this;

      Code:
      # 3kb library
      avg_ins=3000
      reverse_seq=0
      asm_flags=3
      rank=2
      f=input.fasta
      q=input.fasta.qual
      BTW, what exactly do you mean by LIMP?

      Oh it dawns on me that you probably mean a mate-pair library...

      That is more tricky - you could go through the sff_extract but dump it to a fastq file instead and then use a sed command to convert the .f .r to the more useable /1 /2 of Illumina and dump the .fn to a separate file,

      However, this -454-pairs- set of scripts, AFAIR, should do it automatically...took me ages to find this but it's very useful! Just checked, you still have to convert .f anf .r in each file to /1 or /2 but at least forward and reverse reads are separate this way rather than combined in one file...
      Last edited by guyleonard; 07-10-2012, 07:29 AM.

      Comment


      • #33
        Originally posted by guyleonard View Post
        BTW, what exactly do you mean by LIMP?
        Yes, exactly, Long Insert Mate Pair. Some people refer to this library type as "Jumping Pairs" as well. LIMP libraries are made through fragment circularization. Otherwise, end sequencing on a fragment is called a Short Insert Paired End (SIPE).

        Originally posted by guyleonard View Post
        Code:
        # 3kb library
        avg_ins=3000
        reverse_seq=0
        asm_flags=3
        rank=2
        f=input.fasta
        q=input.fasta.qual
        This is where your soap performance may be getting killed. When pairs are in one (Fasta) file, use 'p='. Also, SOAP doesnt actually use quality information; the 'q=' takes fastq files that have reads and quality information. Hence, there may also be something funky going on here since you can't specify two different sequencing libraries for one soap-cfg library. What is the log output during scaffolding of this library? I imagine there will be very little pairing for this library.
        Last edited by ians; 07-10-2012, 07:38 AM.

        Comment


        • #34
          Originally posted by ians View Post
          This is where your soap performance may be getting killed. When pairs are in one (Fasta) file, use 'p='.
          Ah yes, ahem (the manual isn't the most helpful).

          This increased N50 from 4729 to 21188 with just a quick run. That seems much more like it. Time for some serious calibration!

          Comment


          • #35
            Yeah the documentation is a bit rough. This manual is a bit better.

            You're doing a fungus right? How much sequence coverage did you get for each LIMP library?

            Depending on the sequencing coverage of the LIMP libraries, you might have to tweak the scaffolding parameters as well. You may have to lower pair_num_cutoff and pair_num_cutoff for the 20k library to get more connections during scaffolding.

            Comment


            • #36
              Originally posted by guyleonard View Post
              Neat, I hadn't seen that program I had tried a little bit with SSPACE and TGNET but never really got anywhere that dramatically reduced %N.
              SOAP has a stand-alone-ish gap closer (http://soap.genomics.org.cn/about.html#resource2) that you could try. I've seen some people get pretty good results from iteratively repeating a stand alone gap closure and scaffolding post de novo assembly.

              Ah, I see now someone brought this up already, sorry for the duplication.
              Last edited by Wallysb01; 07-10-2012, 10:25 AM.

              Comment


              • #37
                Late reply, but anyway: looks like the pseudo-reads in newbler with the 454 LIMPS (or whatever you call them) works best. But, man do you get a lot of 'N's... Is the DNA from a heterozygous individual? In that case, have you tried the '-het' option, which potentially could close some gaps? And the SOAP gap closer, or other such program, may be worth trying.

                Have you tried Celera? We have good success using it on 454 data, now trying to add Illumina (raw) reads. Adding raw illumina reads to newbler apparently tends to fragment contigs (I have seen that too), I recall them (454) saying they are working on that.

                Comment

                Latest Articles

                Collapse

                • seqadmin
                  Essential Discoveries and Tools in Epitranscriptomics
                  by seqadmin




                  The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
                  04-22-2024, 07:01 AM
                • seqadmin
                  Current Approaches to Protein Sequencing
                  by seqadmin


                  Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
                  04-04-2024, 04:25 PM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by seqadmin, Yesterday, 11:49 AM
                0 responses
                15 views
                0 likes
                Last Post seqadmin  
                Started by seqadmin, 04-24-2024, 08:47 AM
                0 responses
                16 views
                0 likes
                Last Post seqadmin  
                Started by seqadmin, 04-11-2024, 12:08 PM
                0 responses
                62 views
                0 likes
                Last Post seqadmin  
                Started by seqadmin, 04-10-2024, 10:19 PM
                0 responses
                60 views
                0 likes
                Last Post seqadmin  
                Working...
                X