VEuPathDB / lib-eda-subsetting

Provides Java interface to query and provide EDA data and metadata from a database
Apache License 2.0
0 stars 0 forks source link

Added root node implementation of map reduce sans children #5

Closed dmgaldi closed 2 years ago

dmgaldi commented 2 years ago

Overview

Implemented root node of map-reduce including outputting of values. This is the last step before starting to construct the tree and implementing the recursive logic.

Testing

Added a few unit tests.