openworm / tracker-commons

Compilation of information and code bases related to open-source trackers for C. elegans
11 stars 12 forks source link

Provide an easy way to access and write custom data (at least in Scala) #160

Open Ichoran opened 7 years ago

Ichoran commented 7 years ago

Scala allows parameterization by generic types, which can be leveraged to include custom information. Examine whether it is possible to provide a wrapper or alternative that enables storage, extraction, and reshaping of custom data via a simplified interface.