CheckIlluminaDirectory exception: TileMetricsOutReader expects the version number to be 2. Actual Version in Header( 3)
1
0
Entering edit mode
3.5 years ago

I'm trying to extract some BCL files generated by a NovaSeq run. When I run CheckIlluminaDirectory it throws the following exception:

Exception in thread "main" picard.PicardException: TileMetricsOutReader expects the version number to be 2. Actual Version in Header( 3) at picard.illumina.parser.readers.TileMetricsOutReader.<init>(TileMetricsOutReader.java:48) at picard.illumina.parser.IlluminaFileUtil.getExpectedTiles(IlluminaFileUtil.java:174) at picard.illumina.CheckIlluminaDirectory.doWork(CheckIlluminaDirectory.java:117) at picard.cmdline.CommandLineProgram.instanceMain(CommandLineProgram.java:208) at picard.cmdline.PicardCommandLine.instanceMain(PicardCommandLine.java:95) at picard.cmdline.PicardCommandLine.main(PicardCommandLine.java:105)

Googling TileMetricsOutReader I found this page

https://broadinstitute.github.io/picard/javadoc/picard/picard/illumina/parser/readers/TileMetricsOutReader.html

which says "The version number which MUST be 2 or an exception will be thrown". Anyone know what this means? The feeling I have is that the interops output generated by the run is of a different version and Picard tools only handles version 2... but I'm not sure.

I found the interops c++ library from Illumina online, if anyone knows of a way to get around the problem that way.

Thanks.

picard CheckIlluminaDirectory TileMetricsOutReader • 914 views
ADD COMMENT
0
Entering edit mode
3.5 years ago

Our files were CBCL files and based on this comment

https://kb.10xgenomics.com/hc/en-us/articles/115005261903-What-do-I-need-to-demultiplex-NovaSeq-data-

probably bcl2fastq2 is the right tool for the job.

ADD COMMENT
0
Entering edit mode

extract some BCL files generated by a NovaSeq run

If you are trying to generate sequence files and demultiplex the data from an Illumina NovaSeq run then bcl2fastq is the right software.

ADD REPLY

Login before adding your answer.

Traffic: 1532 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6