Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VCell HDF5 File not properly formatted for BSTS specifications #769

Closed
Tracked by #1046
CodeByDrescher opened this issue Jan 31, 2023 · 2 comments · May be fixed by #779
Closed
Tracked by #1046

VCell HDF5 File not properly formatted for BSTS specifications #769

CodeByDrescher opened this issue Jan 31, 2023 · 2 comments · May be fixed by #779
Assignees

Comments

@CodeByDrescher
Copy link
Contributor

Problem

For the past many weeks, BSTS has been reporting we are not meeting their standards, and not executing correctly.
After much investigation, it was determined that BSTS was not in the wrong (see #647), and the problem lied within VCell.

Specifically, VCell is not producing the expected HDF5 results file with the proper format. With recent changes to how our HDF5 results file is generated (previously "outsourced" to a python library, currently done "in house" within VCell), this is very plausible.

@CodeByDrescher CodeByDrescher added this to the Adherance to Biosimulators CLI Standard milestone Jan 31, 2023
@CodeByDrescher CodeByDrescher self-assigned this Jan 31, 2023
@CodeByDrescher
Copy link
Contributor Author

Updates: The HDF5 file VCell produces is now nearly identical in fields to previously generated versions. However, BSTS still complains...Turns out, Biosimulations has incorrect documentation regarding how their HDF5 should be formatted. The source code of BSTS asks for (at least some) different information that what the document claims is needed. Fixed the obvious issue, but there may be more problems hidden by faulty online documentation and lightly documented source code.

@CodeByDrescher
Copy link
Contributor Author

closed by PR #844

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants