idekerlab / dot-app

Cytoscape application for exporting to .dot file format
GNU General Public License v3.0
7 stars 4 forks source link

Change to StringColor and how invalid color strings are handled. #13

Closed bdtfitts closed 7 years ago

bdtfitts commented 7 years ago

Reader now has a lazy-initialized StringColor object to stop the file from being read for each graph element that uses color strings. Invalid color strings immediately exit out the current method so the preexisting colors are used. Also ensured that string colors were handled in a case-insensitve fashion