Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #511
    @jweger1988: I second @HESmith's suggestion.

    Create a new thread with any errors or problems you have encountered with annotation programs.

    Much as we love BBMap suite there are always going to be things that you will need to use a different program for functionality not available in BBMap suite.

    Comment

    • jweger1988
      Member
      • Apr 2017
      • 37

      #512
      @HESmith, you weren't being a jerk at all. It's a fair point.

      I've created a new thread. http://seqanswers.com/forums/showthr...975#post207975. Thanks for any help you can provide.

      Comment

      • jweger1988
        Member
        • Apr 2017
        • 37

        #513
        Hi Brian,

        I've been using kmercountexact and it's been very useful to give me the kmers with their counts.

        I'm wondering if any of your tools has the capability to give me a list of all of the kmers present at given length regardless of being unique or not. Basically a list that would also include the redundant kmers without counts.

        Thanks in advance for your help.

        Comment

        • Brian Bushnell
          Super Moderator
          • Jan 2014
          • 2709

          #514
          For K=3 and the input file:

          Code:
          >
          AAAAA
          You would want an output file:

          Code:
          >
          AAA
          >
          AAA
          >
          AAA
          Is that correct? I don't have anything that will do that; sorry. What did you want to use it for?

          Comment

          • jweger1988
            Member
            • Apr 2017
            • 37

            #515
            Thanks for the reply. That is correct.

            I have a virus that I introduced some degenerate nucleotides in to track bottlenecks.

            I suppose I could just reformat to the area of the read I'm interested in and then just convert to fasta and use that.

            Comment

            • darthsequencer
              Member
              • Feb 2012
              • 35

              #516
              Hi - I love that bbmap and its tools can directly make bam files. I noticed that it's using samtools with 8 threads. Is there a way to increase the number of threads?

              Thanks

              Comment

              • Brian Bushnell
                Super Moderator
                • Jan 2014
                • 2709

                #517
                Oh, yep, for some reason I capped it at 8 threads. I wonder why? I'll eliminate that cap in the next release, which will probably be sometime today.

                Comment

                • GenoMax
                  Senior Member
                  • Feb 2008
                  • 7142

                  #518
                  Originally posted by Brian Bushnell View Post
                  Oh, yep, for some reason I capped it at 8 threads. I wonder why? I'll eliminate that cap in the next release, which will probably be sometime today.
                  How about tying the number to the number of threads specified for BBMap? That way we know that many threads are available.
                  Last edited by GenoMax; 08-02-2017, 10:00 AM.

                  Comment

                  • Brian Bushnell
                    Super Moderator
                    • Jan 2014
                    • 2709

                    #519
                    Originally posted by GenoMax View Post
                    How about tying the number to the number of threads specified for BBMap? That way we know that many threads are available.
                    It is tied to the number of threads defined for BBMap, just for some reason I capped it at a max of 8 even if the main process was allowed to use more; probably to conserve memory. I've increased it to a max of 64.

                    Comment

                    • darthsequencer
                      Member
                      • Feb 2012
                      • 35

                      #520
                      Originally posted by Brian Bushnell View Post
                      It is tied to the number of threads defined for BBMap, just for some reason I capped it at a max of 8 even if the main process was allowed to use more; probably to conserve memory. I've increased it to a max of 64.
                      Thanks- that helps a lot!

                      Comment

                      • darthsequencer
                        Member
                        • Feb 2012
                        • 35

                        #521
                        bbmap fast macro?

                        Hi Brian,
                        I have a lot of reference sequences I'm mapping to (~11 million) and want to eek out as much as speed as possible.

                        I'm mostly looking for close matches - ex. I set minid to 0.97. Will setting fast still find matches like that? Any other thoughts on what I can set to get more speed?

                        Thanks a bunch!

                        Comment

                        • GenoMax
                          Senior Member
                          • Feb 2008
                          • 7142

                          #522
                          Originally posted by darthsequencer View Post
                          Hi Brian,
                          I have a lot of reference sequences I'm mapping to (~11 million)
                          How long are the query sequences?

                          Comment

                          • Brian Bushnell
                            Super Moderator
                            • Jan 2014
                            • 2709

                            #523
                            To maximize speed when you are not looking for low-identity matches, "fast" (plus your identity threshold) is generally adequate. You can also speed it up by reducing "maxindel" (fast sets it to 80). Quality-trimming and adapter-trimming generally increase alignment speed.

                            With a large reference you may be able to increase speed with "k=14" instead of the default "k=13" - this increases the time to load the reference and memory usage, but increases mapping speed (so whether the process becomes faster or slower depends on how long it takes to load the reference compared to how much data you have to map). Also, turning off mate rescue (rescue=f) or reducing rescuedist (fast defaults to rescuedist=800) can also increase the speed slightly. Note that all of these options reduce sensitivity (aside from trimming which increases it), but at 97% identity you only need very low sensitivity anyway.
                            Last edited by Brian Bushnell; 08-09-2017, 11:01 AM.

                            Comment

                            • darthsequencer
                              Member
                              • Feb 2012
                              • 35

                              #524
                              Originally posted by GenoMax View Post
                              How long are the query sequences?
                              They range between 50bp single end to 2 x 250bp

                              Comment

                              • darthsequencer
                                Member
                                • Feb 2012
                                • 35

                                #525
                                Originally posted by Brian Bushnell View Post
                                To maximize speed when you are not looking for low-identity matches, "fast" (plus your identity threshold) is generally adequate. You can also speed it up by reducing "maxindel" (fast sets it to 80). Quality-trimming and adapter-trimming generally increase alignment speed.

                                With a large reference you may be able to increase speed with "k=14" instead of the default "k=13" - this increases the time to load the reference and memory usage, but increases mapping speed (so whether the process becomes faster or slower depends on how long it takes to load the reference compared to how much data you have to map). Also, turning off mate rescue (rescue=f) or reducing rescuedist (fast defaults to rescuedist=800) can also increase the speed slightly. Note that all of these options reduce sensitivity (aside from trimming which increases it), but at 97% identity you only need very low sensitivity anyway.
                                Thanks that's helpful. On the note of loading references - is there a way to use wildcards with the input and output of bbwrap?

                                Comment

                                Latest Articles

                                Collapse

                                • SEQadmin2
                                  Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
                                  by SEQadmin2



                                  CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

                                  Despite this, “CRISPR helped turn genome editing from a specialized technique into
                                  ...
                                  07-31-2026, 11:01 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
                                  ...
                                  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

                                ad_right_rmr

                                Collapse

                                News

                                Collapse

                                Topics Statistics Last Post
                                Started by SEQadmin2, 08-03-2026, 10:13 AM
                                0 responses
                                18 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 07-31-2026, 02:55 AM
                                0 responses
                                33 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 07-24-2026, 12:17 PM
                                0 responses
                                23 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 07-23-2026, 11:41 AM
                                0 responses
                                21 views
                                0 reactions
                                Last Post SEQadmin2  
                                Working...