lanl / 4DGB

4D Genome Browser project
1 stars 2 forks source link

handle (and preserve) NaN values in contact maps #9

Closed camtauxe closed 3 years ago

camtauxe commented 3 years ago

Some test data has values of "NA" in contact maps. This commit allows us to handle them by inserting them as NULL into the SQLite database and reporting them as null in the JSON output from the server, which the contact map widget already knows how to handle.