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

Error for Picard CollectInsertSizeMetrics #411

Closed
raphenya opened this issue Nov 3, 2016 · 1 comment
Closed

Error for Picard CollectInsertSizeMetrics #411

raphenya opened this issue Nov 3, 2016 · 1 comment

Comments

@raphenya
Copy link

raphenya commented Nov 3, 2016

Fatal error: Exit code 1 ()
Picked up _JAVA_OPTIONS: -Xmx2048m -Xms256m
Exception in thread "main" htsjdk.samtools.SAMException: Reference sequence (424) not found in ../../galaxy/tool-data/grch38/seq/grch38.fa
	at htsjdk.samtools.reference.ReferenceSequenceFileWalker.get(ReferenceSequenceFileWalker.java:98)
	at picard.analysis.SinglePassSamProgram.makeItSo(SinglePassSamProgram.java:110)
	at picard.analysis.SinglePassSamProgram.doWork(SinglePassSamProgram.java:53)
	at picard.cmdline.CommandLineProgram.instanceMain(CommandLineProgram.java:206)
	at picard.cmdline.PicardCommandLine.instanceMain(PicardCommandLine.java:95)
	at picard.cmdline.PicardCommandLine.main(PicardCommandLine.java:105)

Any ideas how to solve this? I have picard package_picard_1_136 installed.

@jennaj
Copy link
Member

jennaj commented Dec 14, 2016

Better places to ask questions are Galaxy Biostars or the Galaxy development list.

That said, the error has to do with the reference genome. The fasta needs to be added/installed and then indexed for Samtools and Picard. Use Data Managers installed from the Main Tool Shed to do this genome set up.

If you need more help, please post a question to one of the above support sites.

@jennaj jennaj closed this as completed Dec 14, 2016
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