dondi / GRNsight

Web app and service for modeling and visualizing gene regulatory networks.
http://dondi.github.io/GRNsight
BSD 3-Clause "New" or "Revised" License
17 stars 8 forks source link

Importing empty network with network tab of Excel file crashes the website #1091

Closed ntran18 closed 8 months ago

ntran18 commented 8 months ago

@ceciliazaragoza mentioned in PR #1085 . When importing an Excel file with a network tab with empty data, the website will stop working.

ceciliazaragoza commented 8 months ago

I worked on this, and I added a try-catch that catches the error if data[0][0] for cell A1 is undefined.

ceciliazaragoza commented 8 months ago

Adjusted code for lint errors.