Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • sfh838t
    Member
    • Apr 2014
    • 29

    problems with BBmap/java

    hi,
    I am trying to use BBmap to dedupe illumina paired end reads. (tried fastuniq but can't get past the "error in open left file first_read_name" error)
    command line I used:
    dedupe.sh in1= reads1.fq in2= reads2.fq out= outreads.fq

    output starts with
    java -Djava.library.path=..../bbmap/jni/
    -ea -Xmx77448m -Xms77448m
    -cp ...../bbmap/current/
    jgi.Dedupe in1= reads1.fq in2= reads.fq
    executing jgi.Dedupe.jgi[list of input vars]

    Dedupe version 36.92
    Exception in thread "main" java.lang.NullPointerEception
    at jgi.Dedupe.<init>(Dedupe.java:211)
    at jgi.Dedupe.main(Dedupe.java:86)

    it seems that input is assigned to vars as it should, and something is not in the location it is supposed to be found in?
    my java version is up to date, but I should say that I still do not have a good grasp on PATH
  • HESmith
    Senior Member
    • Oct 2009
    • 512

    #2
    Remove the spaces after the equals (=) signs and try again.

    Comment

    • sfh838t
      Member
      • Apr 2014
      • 29

      #3
      Jeez, would have never suspected that! Don't know if it will run through to the end ok, but it is running! thanks you very much!

      Comment

      • sfh838t
        Member
        • Apr 2014
        • 29

        #4
        BBmap not finishing

        Removing the white space after the equal sign has started BBmap running, but it has been running now (or seems to be at least, there is activity in system monitor) for about 20 hours.
        I had one message right at the start : Set AbsorbContainment to false because it is not currently supported for paired reads.

        Is this normal? both the message and the runtime?

        Comment

        • HESmith
          Senior Member
          • Oct 2009
          • 512

          #5
          From the manual: "Pair Limitations: Dedupe supports paired reads, but it was not really designed for them. When processing paired reads, some parts of Dedupe are restricted to a single thread due to a complication that causes non-deterministic output. As such, processing paired reads is slower than unpaired reads. Also, pair support is limited to exact matches and overlaps, not containments."

          'AbsorbContainments' is enabled by default. You have to disable ('=false') in the command line (which is exactly what the warning instructed you to do).

          Comment

          • sfh838t
            Member
            • Apr 2014
            • 29

            #6
            Thanks again. I had not found the manual yet.

            Comment

            Latest Articles

            Collapse

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, 06-05-2026, 10:09 AM
            0 responses
            14 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-04-2026, 08:59 AM
            0 responses
            24 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-02-2026, 12:03 PM
            0 responses
            29 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-02-2026, 11:40 AM
            0 responses
            23 views
            0 reactions
            Last Post SEQadmin2  
            Working...