BaRatin-tools / BaRatinAGE

BaRatin Advanced Graphical Environment
GNU General Public License v3.0
4 stars 0 forks source link

stage series import sensitive to final empty line #53

Open JeromeLeCoz opened 4 months ago

JeromeLeCoz commented 4 months ago

I finally understood that my stage series csv file could not be imoprted because there was an empty line at the end of the file. It would be great that the import be less sensitive to such issue, if possible.

IvanHeriver commented 4 months ago

should be fixed with commit c19899f

Any lines that don't match the exepected number of columns is simply skipped. A possible problem now is that the user is not informed of the skipping... should BaRatinAGE trigger a warning? (Note that although it is very much possible to do so, it is not a trivial)

JeromeLeCoz commented 4 months ago

Great, thanks. A simple warning (no details) would be useful I think, however not really if it is just a blank line at the end of the file...