I just tried to use Je-Demultiplex-Illu to demultiplex my Illumina reads. I thought I entered everything correctly, but I got the following error. Any suggestions how to fix this?
Picked up _JAVA_OPTIONS: -Xmx4G -Xms256m
Exception in thread “main” htsjdk.samtools.SAMException: Sequence header must start with @: ��BC*�}�n�J���|��a��/�,d��lo�ܕ��[&�K�rV#��n7}`RL��|�?C�e�7 at line 1 in fastq /data/dnb10/galaxy_db/files/5/3/5/dataset_5357985d-c1a8-42d2-b6e1-2ace4621f4cd.dat
at htsjdk.samtools.fastq.FastqReader.readNextRecord(FastqReader.java:98)
at htsjdk.samtools.fastq.FastqReader.(FastqReader.java:64)
at htsjdk.samtools.fastq.FastqReader.(FastqReader.java:52)
at org.embl.gbcs.je.jemultiplexer.BarcodeValidator.getRealReadLength(BarcodeValidator.java:765)
at org.embl.gbcs.je.jemultiplexer.BarcodeValidator.checkBarcodesLengthWithIndexFiles(BarcodeValidator.java:746)
at org.embl.gbcs.je.jemultiplexer.JemultiplexerIllumina.validateBarcodes(JemultiplexerIllumina.java:567)
at org.embl.gbcs.je.jemultiplexer.AbstractJemultiplexer.customCommonCommandLineValidation(AbstractJemultiplexer.java:618)
at org.embl.gbcs.je.jemultiplexer.JemultiplexerIllumina.customCommandLineValidation(JemultiplexerIllumina.java:190)
at picard.cmdline.CommandLineProgram.parseArgs(CommandLineProgram.java:267)
at picard.cmdline.CommandLineProgram.instanceMain(CommandLineProgram.java:151)
at picard.cmdline.CommandLineProgram.instanceMainWithExit(CommandLineProgram.java:147)
at org.embl.gbcs.je.Je.main(Je.java:112)