RBVI / stringApp

Cytoscape interface to STRING and STITCH
BSD 2-Clause "Simplified" License
10 stars 11 forks source link

stringApp doesn't deal well with blanks in the input #2

Closed scootermorris closed 7 years ago

scootermorris commented 7 years ago

If there are blanks in the input (like you might get from cutting and pasting from a spreadsheet that might have some missing data), stringApp dutifully sends those off to the backend for resolution, but the backend ignores them. This messes up the offsets and essentially everything after that point. The right fix is to ignore blank rows before we do the resolution.

scootermorris commented 7 years ago

OK, fixed on both master and stitch