Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • cronopio
    Junior Member
    • Jan 2014
    • 1

    Hi Boetsie,

    I've tried to run the SSPACE example (E. Coli, contigs_abyss.fasta, etc.) in order to test the program.
    I follow all the steps, but the final result is a file with 111 scaffolds. Why is that? I was supposed to get only a few scaffolds, isn't?

    Could you please give me some advices? I don't know what I'm doing wrong.

    Thank you very much.
    Germán.

    Comment

    • maubp
      Peter (Biopython etc)
      • Jul 2009
      • 1544

      Originally posted by boetsie View Post
      yes, this is possible. The file should be in a TAB delimited format like:

      <contig1> <startpos_on_contig1> <endpos_on_contig1> <contig2> <startpos_on_contig2> <endpos_on_contig2>

      E.g.
      contig1 100 150 contig1 350 300
      contig1 4000 4050 contig2 110 60

      There is a script in the 'tools' directory of the package to convert SAM/BAM to a tab format.

      Regards,
      Boetsie
      Where should we report SSPACE bugs? The tools/sam_bam2Tab.pl script included in SSPACE basic v2.0 is extremely brittle - it cannot handle properly formatted paired end SAM/BAM (using the FLAG field), and instead expects fake single read data with read suffices (and only looks at the reverse complement bit of the FLAG). Thanks.

      Update: I've started hacking together a Python replacement https://github.com/peterjc/picobio/b..._sspace_tab.py
      Last edited by maubp; 02-20-2014, 02:54 AM. Reason: Adding link to alternative

      Comment

      • DAPOR
        Junior Member
        • Feb 2014
        • 3

        Hi Anna,

        How did you solve the problem with "Can't locate getopts.pl in @INC (@INC contains"
        I can't figure it out

        Thanks

        Comment

        • condomitti
          Member
          • Sep 2013
          • 33

          Hello fellows,

          I've been trying to assemble pre-assembled contigs into scaffolds using SSPACE. Everything goes ok up to a specific point where the software stops and gives me the following message:

          Bowtie-build error; -1 at /usr/local/src/sspace-basic/bin/PairingAndScaffolding.pl line 829.

          I tried running with -v option but no extra messages are output.
          Could please someone give me some help on how to debug that issue?

          I'm using a single fastq file of pre-assembled contigs and enabling contig extension ( -x 1 ) option, which should use a set of mate-pair reads I'm passing in on libraries.txt file.


          Thanks a lot.

          Cheers,
          George Condomitti.

          Comment

          • condomitti
            Member
            • Sep 2013
            • 33

            Hi Boetsie,

            Do you have a clue on how I could find out about that error?

            Thank you very much!

            Best rgrds,
            Conomitti.

            Comment

            • boetsie
              Senior Member
              • Feb 2010
              • 245

              Sorry for the late reply. It seems that I do not get an e-mail notification anymore when a reply is given in this thread

              Please have a look at this post where colindaven suggests how to fix the problem;

              Discussion of next-gen sequencing related bioinformatics: resources, algorithms, open source efforts, etc


              Boetsie

              Originally posted by condomitti View Post
              Hi Boetsie,

              Do you have a clue on how I could find out about that error?

              Thank you very much!

              Best rgrds,
              Conomitti.

              Comment

              • condomitti
                Member
                • Sep 2013
                • 33

                Originally posted by boetsie View Post
                Sorry for the late reply. It seems that I do not get an e-mail notification anymore when a reply is given in this thread

                Please have a look at this post where colindaven suggests how to fix the problem;

                Discussion of next-gen sequencing related bioinformatics: resources, algorithms, open source efforts, etc


                Boetsie

                Thanks Boetsie! That seems to solve!!

                Cheers,
                Condomitti.

                Comment

                • ret4andry
                  Junior Member
                  • Feb 2014
                  • 3

                  I'd still like to use 454 PE data to scaffold my assembly. Is there some intermediate file or Bowtie like PE format that we can feed to SSPACE?

                  Comment

                  • luiscunhamx
                    Member
                    • Nov 2011
                    • 10

                    Hi Boetsie

                    Hi hope you can help me. I have been trying to use sspace to scaffold a old assembly with a new paired end library, several times, using different parameters and keeps giving the following error:
                    "Thread 26 terminated abnormally: Can't open bwa output -- fatal"

                    Although in my library file I have bowtie as selected aligner

                    "lib1 bowtie ../corrected_trimmomatic_rubellus_1.fastq.gz ../corrected_trimmomatic_rubellus_2.fastq.gz 225 0.60 FR"

                    The last log message is that is doing the mapping stage

                    "2014: Mapping reads to contigs with Bowtie"

                    and that's it,

                    Can you please advise me where to look in order to try track the issue?

                    Thanking in advance

                    Luis

                    Comment

                    • duxingxia
                      Junior Member
                      • Apr 2014
                      • 1

                      Originally posted by luiscunhamx View Post
                      Hi Boetsie

                      Hi hope you can help me. I have been trying to use sspace to scaffold a old assembly with a new paired end library, several times, using different parameters and keeps giving the following error:
                      "Thread 26 terminated abnormally: Can't open bwa output -- fatal"

                      Although in my library file I have bowtie as selected aligner

                      "lib1 bowtie ../corrected_trimmomatic_rubellus_1.fastq.gz ../corrected_trimmomatic_rubellus_2.fastq.gz 225 0.60 FR"

                      The last log message is that is doing the mapping stage

                      "2014: Mapping reads to contigs with Bowtie"

                      and that's it,

                      Can you please advise me where to look in order to try track the issue?

                      Thanking in advance

                      Luis
                      I have same problem. Have you solved the problem, Luis?

                      Amery

                      Comment

                      • luiscunhamx
                        Member
                        • Nov 2011
                        • 10

                        Hi Amery, sorry just saw your question now, the good news is yes I solve it but the bad news is that the solution was running it with only one processor. I would love to know if you could also solve it by other way, because it takes ages running it with only one thread.

                        Cheers

                        L

                        Comment

                        • rotblaugelb
                          Junior Member
                          • Sep 2012
                          • 1

                          hi boetsie,

                          i just stumbled across your program and would like to use it.
                          for the read libraries, how are they build? could you give an example of the steps to get there? i have read files in fastq format let's say R1.fastq and R2.fastq

                          thanks, julia

                          Comment

                          • rhinoceros
                            Senior Member
                            • Apr 2013
                            • 372

                            Originally posted by luiscunhamx View Post
                            Hi Amery, sorry just saw your question now, the good news is yes I solve it but the bad news is that the solution was running it with only one processor. I would love to know if you could also solve it by other way, because it takes ages running it with only one thread.

                            Cheers

                            L
                            Just reporting the same problem with SSPACE_Standard_v3.0, but only when "-x 1". "-T 1" didn't fix it for me. Could the problem be in ExtendOrFormatContigs.pl if statements?

                            Code:
                            if($#filesbowtie >[B]=[/B] 0)
                            ..
                            if($#filesbwa >[B]=[/B] 0 || $#filesbwasw >[B]=[/B] 0){
                            Shouldn't these be ">=1" or ">0"? The program finishes just fine if I use bwa or bwasw instead of bowtie..
                            Last edited by rhinoceros; 05-29-2014, 09:32 PM.
                            savetherhino.org

                            Comment

                            • NGS group
                              Member
                              • Apr 2013
                              • 28

                              Is that possible to use already paired library for SSPACE

                              Hi all,

                              We normally use CLC bio for assembly, and CLC bio always pair the two Reads into one (i.e. R1.fastq + R2.fastq = pair.fastq).

                              However, in the SSPACE tutorial, the two Reads should be listed separately in the "library file" as: Lib1 bwa R1.fastq R2.fastq 4000 0.5 RF

                              Therefore, I would like to ask whether I could change the "library file" as:
                              Lib1 bwa pair.fastq 4000 0.5 RF

                              In addition, it seems that untrimmed reads could give better results than trimmed results. Do you trim your reads before running SSPACE?

                              Thank you for your helps in advance!

                              Cheers,

                              Kai

                              Comment

                              • NGS group
                                Member
                                • Apr 2013
                                • 28

                                waiting................

                                Comment

                                Latest Articles

                                Collapse

                                • mylaser
                                  Reply to Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                                  by mylaser
                                  The world of online gaming has grown tremendously over the past few years, giving players access to exciting sports, casino games, and interactive entertainment from the comfort of their homes. Among the platforms gaining attention, Kheloyaar has become a trusted destination for users seeking a fast, secure, and engaging gaming experience.
                                  Whether you're a first-time visitor or an existing user, understanding the features of Kheloyar and the Kheloyaar login process can help you enjoy everything...
                                  Today, 12:33 AM
                                • 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
                                  ...
                                  Yesterday, 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

                                ad_right_rmr

                                Collapse

                                News

                                Collapse

                                Topics Statistics Last Post
                                Started by SEQadmin2, Yesterday, 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...