Illumina / BeadArrayFiles

Python library to parse file formats related to Illumina bead arrays
45 stars 33 forks source link

Exception: Data block version in cluster file 7 not supported #34

Closed brettva closed 1 year ago

brettva commented 1 year ago

Hello,

Do you have recommendations for how to proceed reading a cluster file with this library that gives this error: Exception: Data block version in cluster file 7 not supported

I am trying to extract the gentrain and clustersep score

jzieve commented 1 year ago

This is due to this line of code: https://github.com/Illumina/BeadArrayFiles/blob/54c83111f18f3a3a27411f8a95c8544388a242dd/module/ClusterFile.py#L116 Do you have an older cluster file? If so, can it be regenerated? The latest genome studio shouldn't output cluster file v7 iirc.

brettva commented 1 year ago

@jzieve I regenerated it shortly after making this comment, it worked

jzieve commented 1 year ago

ok good to hear!