Skip to content
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

java.lang.NumberFormatException: For input string: "null" #17

Open
Luoxsh6 opened this issue Oct 31, 2019 · 0 comments
Open

java.lang.NumberFormatException: For input string: "null" #17

Luoxsh6 opened this issue Oct 31, 2019 · 0 comments

Comments

@Luoxsh6
Copy link

Luoxsh6 commented Oct 31, 2019

java -Xmx70g -cp socrates-1.13.1-jar-with-dependencies.jar au.edu.wehi.socrates.BAMStratifier ../onestepPGSPGD/20190613/IonXpress_005_rawlib.bam

Stratify BAM file ../onestepPGSPGD/20190613/IonXpress_005_rawlib.bam with option values:
threads = 1
min mapq = 5
min long sc length = 25
min avg soft clip base quality = 5
min aligned percent identity = 95
remove duplicates = true
java.lang.NumberFormatException: For input string: "null"
at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.base/java.lang.Integer.parseInt(Integer.java:652)
at java.base/java.lang.Integer.parseInt(Integer.java:770)
at au.edu.wehi.socrates.util.SAMFileInfo.getLibraryReadLengths(SAMFileInfo.java:104)
at au.edu.wehi.socrates.BAMStratifier.(BAMStratifier.java:121)
at au.edu.wehi.socrates.BAMStratifier.main(BAMStratifier.java:842)
Exception in thread "main" java.lang.NullPointerException
at au.edu.wehi.socrates.BAMStratifier.(BAMStratifier.java:123)
at au.edu.wehi.socrates.BAMStratifier.main(BAMStratifier.java:842)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant