-
Notifications
You must be signed in to change notification settings - Fork 34
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
pynml-archive: add -sedml
#335
Conversation
This generates a `sedml` file from the main `lems` file and then creates an archive as the sedml file as "master".
@pgleeson : do we have a different format string for LEMS? I can't find one. This is what the manifest current looks like: <?xml version="1.0" encoding="utf-8"?>
<omexManifest xmlns="http://identifiers.org/combine.specifications/omex-manifest">
<content location="." format="http://identifiers.org/combine.specifications/omex"/>
<content location="LEMS_NML2_Ex5_DetCell.sedml" master="true" format="http://identifiers.org/combine.specifications/sed-ml"/>
<content location="LEMS_NML2_Ex5_DetCell.xml" format="http://identifiers.org/combine.specifications/neuroml"/>
<content location="NaConductance.channel.nml" format="http://identifiers.org/combine.specifications/neuroml"/>
<content location="KConductance.channel.nml" format="http://identifiers.org/combine.specifications/neuroml"/>
<content location="LeakConductance.channel.nml" format="http://identifiers.org/combine.specifications/neuroml"/>
<content location="NML2_SingleCompHHCell.nml" format="http://identifiers.org/combine.specifications/neuroml"/>
</omexManifest>
|
Not sure... might be best to run an example model on the biosim website and then try to down load the omex file... |
I'll try downloading an example to see what they do. In the meantime, I've tweaked it so that if the master file is sedml, the archive will be *.omex. Will check what the rdf file includes---that isn't implemented at the moment. |
I downloaded this, extracted it, created an archive and re-uploaded it: https://biosimulations.org/projects/Hodgkin-Huxley-cell-Gleeson It errored with (formatted):
So, the
So it does require some metadata also. Will have to figure out how that works. |
Also verified with
|
No description provided.