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

MAX_OUTPUT='null' kills ValidateSamFile #204

Closed
artgoldberg opened this issue Apr 30, 2015 · 1 comment
Closed

MAX_OUTPUT='null' kills ValidateSamFile #204

artgoldberg opened this issue Apr 30, 2015 · 1 comment

Comments

@artgoldberg
Copy link

$ java -Xmx4096m -jar "$PICARD_HOME/ValidaSamFile.jar" INPUT="$bam" OUTPUT="${base}.ValidateSamFile.out" MAX_OUTPUT='null'

stderr:
[Thu Apr 30 12:27:00 EDT 2015] Executing as goldba06@interactive5 on Linux 2.6.32-358.23.2.el6.x86_64 amd64; Java HotSpot(TM) 64-Bit Server VM 1.7.0_03-b04; Picard version: 1.112(1930) IntelDeflater
[Thu Apr 30 12:27:00 EDT 2015] net.sf.picard.sam.ValidateSamFile done. Elapsed time: 0.00 minutes.
Runtime.totalMemory()=1009909760
To get help, see http://picard.sourceforge.net/index.shtml#GettingHelp
Exception in thread "main" java.lang.NullPointerException
at net.sf.picard.sam.ValidateSamFile.doWork(ValidateSamFile.java:148)
at net.sf.picard.cmdline.CommandLineProgram.instanceMain(CommandLineProgram.java:179)
at net.sf.picard.sam.ValidateSamFile.main(ValidateSamFile.java:101)

Although it's documented in http://broadinstitute.github.io/picard/command-line-overview.html

@vdauwera
Copy link
Contributor

vdauwera commented May 1, 2015

@artgoldberg We have a new policy for Picard tools support. For initial questions and bug reports, we ask that you please post in the GATK forum. If we find that there is an actual bug that requires code changes we'll open a github issue ourselves. This helps us manage support to the community.

When you post this to the GATK forum, please clarify whether the issue still happens if you don't specify the MAX_OUTPUT argument. Thanks!

@vdauwera vdauwera closed this as completed May 1, 2015
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

2 participants