Hi all,
I am new here, and also very new to galaxy. I'm trying to convert bam files to fastq using Picard's SamToFastq on galaxy. I've never had a problem doing this with my own whole exome sequencing bam files. But today I am using bam files downloaded from this link: http://sns.ias.edu/~cschan/TLymphoma/
The error I am getting is:
Fatal error: Exit code 1 () Picked up _JAVA_OPTIONS: -Djava.io.tmpdir=/galaxy-repl/main/jobdir/020/427/20427382/_job_tmp -Xmx7g -Xms256m Ignoring SAM validation error: ERROR: Record 1, Read name FCD22W0ACXX:3:2308:15839:84890#0, RG ID on SAMRecord not found in header: p53-ko-tumor-male2 Ignoring SAM validation error: ERROR: Record 2, Read name FCD22W0ACXX:3:2308:15839:84890#0, RG ID on SAMRecord not found in header: p53-ko-tumor-male2 Ignoring SAM validation error: ERROR: Record 3, Read name FCD22W0ACXX:3:2115:11587:62625#0, RG ID on SAMRecord not found in header: p53-ko-tumor-male2 Exception in thread "main" java.lang.NullPointerException at picard.sam.SamToFastq.doWork(SamToFastq.java:195) at picard.cmdline.CommandLineProgram.instanceMain(CommandLineProgram.java:208) at picard.cmdline.PicardCommandLine.instanceMain(PicardCommandLine.java:95) at picard.cmdline.PicardCommandLine.main(PicardCommandLine.java:105)
What can I do to resolve this? I'm also not too familiar with bioinformatics jargon so simplified explanations/directions would be appreciated!
Thanks.