blengerich / GenAMap

Visual Machine Learning of Genome-Phenome Associations
http://genamap.org
MIT License
22 stars 7 forks source link

Switch from ints for IDs to specific types #149

Closed blengerich closed 7 years ago

blengerich commented 8 years ago

To improve readability and cross-platform performance, don't use int types for IDs.

blengerich commented 7 years ago

161