Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ndeshpan
    Member
    • Nov 2009
    • 29

    Sspace scaffolder : does it take the "insert size" or the "fragment size"

    Hi all,

    I am trying to use SSpace for scaffolding my already assembled contigs:

    I wanted to know if the insert size column in the library.txt file for SSpace is the "insert size" exclusive of the read length or infact the fragment size (with the read length),

    cheers,

    Nandan
  • boetsie
    Senior Member
    • Feb 2010
    • 245

    #2
    Hi Nandan,

    sorry I missed your post yesterday. The insert size in SSPACE is referred as the fragment size, so including the read length.

    Regards,
    Boetsie

    Comment

    • ndeshpan
      Member
      • Nov 2009
      • 29

      #3
      Thanks

      Thanks Boetsie..this solves my confusion :-)

      cheers,

      nandan

      Comment

      • ndeshpan
        Member
        • Nov 2009
        • 29

        #4
        Hi Boetsie,

        One more quick question..

        I am trying to use Hawkeye visualisation for displaying my "Scaffolds/contigs/reads" in tandem..

        1) I have used velvet for assembly and created a ".afg" file. (1 paired-end library)

        2) I have then used Space with the same set of paired-end reads to scaffold the contigs.

        Is there a way you can suggest to provide the scaffold relationship to Hawkeye in addition to the contig information in .afg file form velvet?

        appreciate your help,

        cheers,

        Nandan

        Comment

        • boetsie
          Senior Member
          • Feb 2010
          • 245

          #5
          Hi Nandan,

          I'm sorry, but I've never used the Hawkeye software, so I can't comment on that. Maybe someone else can help you with this? For example the developers of Hawkeye?

          Regards,
          Boetsie

          Comment

          • ndeshpan
            Member
            • Nov 2009
            • 29

            #6
            Thanks

            Hi Boetsie,

            No worries..thanks .. I will check if anyone else has any suggestion and also get back to Hawkeye developers,,

            cheers,

            Nandan

            Comment

            • AnthonyB
              Junior Member
              • Sep 2008
              • 8

              #7
              I've also been dealing with the problem of getting the scaffolds of SSPACE displayed in Hawkeye for assessment of assembly quality.

              From my investigations, it seems that you have to parse the output of the SSPACE evidence file into a series of scaffold (SCF) and supporting contig edge (CTE) records for inclusion in the AMOS afg file that you load into Hawkeye.

              I'm working on a script that will hopefully accomplish this, but it's still early days. If I get it ironed out, I'll be happy to share it.

              Cheers,

              Anthony

              Comment

              • ndeshpan
                Member
                • Nov 2009
                • 29

                #8
                Thanks

                Hi Anthony,

                thanks for your response.. I will appreciate if u can share the script when you are ready with it.. I will also work from my end to check if I can get any solution ..now that there does not seem to be a readily available script/tool,

                cheers,

                Nandan

                Comment

                • ndeshpan
                  Member
                  • Nov 2009
                  • 29

                  #9
                  Hi Boetsie,

                  I have a question about a specific parameter in Sspace:

                  I am using SSPACE-BASIC-2.0_linux-x86_64

                  The ‘–m’ minimum overlap
                  ---------------
                  Minimum number of overlapping bases of the reads with the contig
                  during overhang consensus build up. Higher ‘-m’ values lead to more
                  accurate contigs at the cost of decreased contiguity. We suggest to take
                  a value close to the largest read length. For example, for a library with
                  36bp reads, we suggest to use a -m value between 32 and 35 for reliable contig extension.

                  Since I am using a library from illumina with a read length 102, I was trying to use m=90 but I could see from the error report that the maximum allowable value of m=50.

                  How do I get over this problem? Appreciate your assistance.

                  cheers,

                  nandan

                  Comment

                  • boetsie
                    Senior Member
                    • Feb 2010
                    • 245

                    #10
                    Hi Nandan,

                    You could get a work-around for this by removing the number in the SSPACE main file (SSPACE_Basic_v2.0.pl). Please change this line in the code;

                    die "ERROR: -m must be a number between 15-50. Your inserted -m is $min_overlap ...Exiting.\n" if(!($min_overlap =~ /^\d+$/) || $min_overlap < 10 || $min_overlap > 50);

                    Set the '> 50' to your liking.

                    Regards,
                    Boetsie

                    Originally posted by ndeshpan View Post
                    Hi Boetsie,

                    I have a question about a specific parameter in Sspace:

                    I am using SSPACE-BASIC-2.0_linux-x86_64

                    The ‘–m’ minimum overlap
                    ---------------
                    Minimum number of overlapping bases of the reads with the contig
                    during overhang consensus build up. Higher ‘-m’ values lead to more
                    accurate contigs at the cost of decreased contiguity. We suggest to take
                    a value close to the largest read length. For example, for a library with
                    36bp reads, we suggest to use a -m value between 32 and 35 for reliable contig extension.

                    Since I am using a library from illumina with a read length 102, I was trying to use m=90 but I could see from the error report that the maximum allowable value of m=50.

                    How do I get over this problem? Appreciate your assistance.

                    cheers,

                    nandan

                    Comment

                    • ndeshpan
                      Member
                      • Nov 2009
                      • 29

                      #11
                      Thanks

                      Thanks Boetsie..Appreciate your help.

                      cheers,

                      Nandan

                      Comment

                      • salwani
                        Junior Member
                        • Feb 2015
                        • 2

                        #12
                        Hi Boetsie,

                        I want to use SSPACE to scaffolds my assembly. I did hybrid assembly using Cerulean with Illumina HiSeq and PacBio. However, I don't know where can I get the standard deviation for the reads. I want to scaffold my assembly using Illumina reads. According to the NGS report that I got from the sequencing company, the insert size for my illumina reads is 500bp and the reads length is 90bp. So the number of my fragment size should be 590bp. Is there any software that I can use to get the standard deviation of the reads?

                        Thank you.

                        Comment

                        • salwani
                          Junior Member
                          • Feb 2015
                          • 2

                          #13
                          standard deviation-libraries SSPACE

                          Hi Boetsie,

                          I want to use SSPACE to scaffolds my assembly. I did hybrid assembly using Cerulean with Illumina HiSeq and PacBio. However, I don't know where can I get the standard deviation for the reads. I want to scaffold my assembly using Illumina reads. According to the NGS report that I got from the sequencing company, the insert size for my illumina reads is 500bp and the reads length is 90bp. So the number of my fragment size should be 590bp. Is there any software that I can use to get the standard deviation of the reads?

                          Thank you.

                          Comment

                          • sarvidsson
                            Senior Member
                            • Jan 2015
                            • 137

                            #14
                            Align the reads to your contigs and run Picard's CollectInsertSizeMetrics: http://broadinstitute.github.io/pica...ertSizeMetrics

                            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
                              ...
                              Today, 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, Today, 11:10 AM
                            0 responses
                            8 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
                            39 views
                            0 reactions
                            Last Post SEQadmin2  
                            Started by SEQadmin2, 07-08-2026, 10:08 AM
                            0 responses
                            25 views
                            0 reactions
                            Last Post SEQadmin2  
                            Working...