lanl / 4DGB

4D Genome Browser project
1 stars 2 forks source link

Update set_array API to support multiple slice arrays #28

Open dhrogers opened 3 years ago

dhrogers commented 3 years ago

The current implementation of set_array API takes a single array and duplicates it across all datasets (slices). This behavior should be updated to support passing data with the correct number of slices (one per dataset).

An array is required to be defined for all datasets.