AfshinLab / BLR

MIT License
4 stars 0 forks source link

update concat_molecule_stats #32

Closed HSiga closed 4 years ago

HSiga commented 4 years ago

Pandas raises error when a file is empty, adding try-except.

pontushojer commented 4 years ago

Great! I saw that Parham also got this issue but thought the issue was with adding empty df:s but then it is actually failing on parsing the file. Remove my fix (see the suggestion) then we can merge.

HSiga commented 4 years ago

Thanks, I think it is ready for merging.