-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem executing umicollapse.jar #8
Comments
I've just tried another possibility, adding 'bam' as a first argument: /usr/bin/java -server -Xms16G -Xmx16G -Xss32M -jar /home/ograna/SOFTWARE/UMICollapse/umicollapse.jar bam -i YCX00009.CLEAN_sorted.bam -o YCX00009.dedup.bam |
Yeah, you will need to explicitly specify It seems like UMIs are not being found in the read headers of your BAM records. Either the UMI separator in your read header is not |
@osvaldogc Any updates? |
Hi Daniel,
I am trying to execute UMIcollapse on my samples, but I am facing problems during the execution. Any suggestion, please?
/usr/bin/java -server -Xms16G -Xmx16G -Xss32M -jar /home/ograna/SOFTWARE/UMICollapse/umicollapse.jar -i YCX00009.CLEAN_sorted.bam -o YCX00009.dedup.bam
Arguments [-i, YCX00009.CLEAN_sorted.bam, -o, YCX00009.dedup.bam]
Exception in thread "main" java.lang.NullPointerException
at umicollapse.main.Main.main(Main.java:32)
My version of java
/usr/bin/java -version
openjdk version "11.0.9.1" 2020-11-04
OpenJDK Runtime Environment (build 11.0.9.1+1-Ubuntu-0ubuntu1.18.04)
OpenJDK 64-Bit Server VM (build 11.0.9.1+1-Ubuntu-0ubuntu1.18.04, mixed mode, sharing)
The text was updated successfully, but these errors were encountered: