simularium / simulariumio

Python package that converts simulation outputs to the format consumed by the Simularium viewer website
Apache License 2.0
5 stars 3 forks source link

Feature/load open binary data #124

Closed ascibisz closed 1 year ago

ascibisz commented 2 years ago

Problem

For JSON data, can currently use a InputFileData with either file_contents or file_path, but for binary data, currently it only works for a binary file_path not file_contents.

#122

Solution

Added the ability to use InputFileData with file_contents for binary data. with @blairlyons

Type of change

Please delete options that are not relevant.

Change summary: