eyurtsev / fcsparser

A python parser for reading fcs files supporting FCS 2.0, 3.0, 3.1
MIT License
73 stars 43 forks source link

To avoid 'text end' equals 'data start' #20

Closed monchin closed 5 years ago

monchin commented 5 years ago

In some .fcs files, 'text end' and 'data start' are equal, e.g., http://flowrepository.org/experiments/2241/download_ziped_files and this would lead to a mistake when run @_extract_text_dict We should avoid this situation.

eyurtsev commented 5 years ago

Thanks for the PR -- add a unit-test if you have time. In the meanwhile merging as is