Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Merge paired-end sequences

    Hello

    I'm new and I wonder if somebody knows is the program fastq-join requires perfect matches to merged the reads.
    Maybe is obvious but I need to be sure of this information.

    Thank you

  • #2
    No, it does not. However, I've found that fastq-join does not give very good results in my tests, compared to other programs such as BBMerge (which I wrote) and Usearch.

    Comment


    • #3
      Brian

      Thank you for your quick reply. I will try BBMerge and Usearch with my sequences and compare the results.

      Ruth

      Comment


      • #4
        BBmerge stats.sh

        Hello
        I download and installed BBmap, and I tried to test the stat.sh of BBmerge but I had an error:
        Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$100(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
        Full Command:/local/cluster/spatafora/bin/bbmap/stats.sh in=/local/cluster/spatafora/bin/bbmap/resources/phix174_ill.ref.fa.gz

        What's this error means?

        Comment


        • #5
          Originally posted by castrovr View Post
          Hello
          I download and installed BBmap, and I tried to test the stat.sh of BBmerge but I had an error:
          Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
          at java.lang.ClassLoader.defineClass1(Native Method)
          at java.lang.ClassLoader.defineClass(Unknown Source)
          at java.security.SecureClassLoader.defineClass(Unknown Source)
          at java.net.URLClassLoader.defineClass(Unknown Source)
          at java.net.URLClassLoader.access$100(Unknown Source)
          at java.net.URLClassLoader$1.run(Unknown Source)
          at java.security.AccessController.doPrivileged(Native Method)
          at java.net.URLClassLoader.findClass(Unknown Source)
          at java.lang.ClassLoader.loadClass(Unknown Source)
          at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
          at java.lang.ClassLoader.loadClass(Unknown Source)
          at java.lang.ClassLoader.loadClassInternal(Unknown Source)
          Full Command:/local/cluster/spatafora/bin/bbmap/stats.sh in=/local/cluster/spatafora/bin/bbmap/resources/phix174_ill.ref.fa.gz

          What's this error means?
          Do you know which version of Java you are using? @Brian validates BBMap against Java 7/8 (not sure if 6 is supported any more).

          Comment


          • #6
            Java 6 does work for most of the programs (except BBNorm), though I don't test with it anymore. This error message looks like it's from Java 5 or earlier. Please try running this, on the command line:

            Code:
            java -Xmx100m -version

            Comment


            • #7
              Yes, it seems I was using an older version of Java, I change that and run the test and it works!. Now I running my own data. No error messages yet.
              Thank you

              Comment


              • #8
                Create a short insert library in silico

                Hello all,

                I have I genome assembly that I made with velvet, and now I want to create in silico a short insert library of ~250pb. Which program in your experience is better to do this?

                Thanks

                Comment


                • #9
                  I'd suggest RandomReads. You can use it like this:

                  (index the reference)
                  bbmap.sh ref=assembly.fa

                  (generate reads)
                  randomreads.sh out=reads.fq.gz reads=5m paired len=100 mininsert=150 maxinsert=350 bell adderrors

                  That will get a 250bp insert average, with a bell-shaped distribution, and 100bp reads. The file will be interleaved but you can get reads in 2 files with the out1 and out2 flags if you want.

                  Comment


                  • #10
                    Thank you Brian

                    Comment

                    Latest Articles

                    Collapse

                    • seqadmin
                      Recent Advances in Sequencing Analysis Tools
                      by seqadmin


                      The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
                      05-06-2024, 07:48 AM
                    • 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

                    ad_right_rmr

                    Collapse

                    News

                    Collapse

                    Topics Statistics Last Post
                    Started by seqadmin, Yesterday, 06:35 AM
                    0 responses
                    15 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 05-09-2024, 02:46 PM
                    0 responses
                    21 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 05-07-2024, 06:57 AM
                    0 responses
                    18 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 05-06-2024, 07:17 AM
                    0 responses
                    19 views
                    0 likes
                    Last Post seqadmin  
                    Working...
                    X