Closed prubbens closed 8 years ago
My extremely naive guess is that the fcs file is corrupt, but can't tell for sure without more information. Could you attach the .fcs
file, include the full stack trace and versions of fcsparser, numpy, scipy and pandas?
All other .fcs files were parsed fine.
Apparently a corrupt file, updated version works fine. Sorry to trouble you.
Sounds good! Good luck with the science :)
I get the following error parsing a .fcs. I have parsed a dozen of files before, never got the above error. It is due from the function
read_data
:data = data.reshape((num_events, num_pars)).
Any idea where this might be coming from? I can send you the .fcs file if needed.