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
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
Comment