-
Notifications
You must be signed in to change notification settings - Fork 2
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
check file compatibility #77
Comments
Hrm, they really shouldn't be using The only "correct" way of checking files is to actually read them and parse them to see if they include the required XML tags. In this case, we'll have to read the file to see that the "root" tag is Edit: perhaps we try the file extension first, and if that doesn't work because it's "xml", we read the first/last N files to match for tags. |
Filed: NeuroML/pyNeuroML#435 Will try to fix it in the next couple of days |
I believe that in the SBML test_suite (sementic) all SBML and SED-ML files have the I had a quick look at Biomodels and there SBML files appear to have |
I beleive this is fixed now... |
Filed in this pyNeuroML issue and fixed in this PR.
When I made the BIOMD0000000001 table (see issue #57) I noticed that the SBML and SED-ML files are not recognized as such with the current
check_file_compatibility_test
function.(?) Improve compatibility processing to recognize SBML / SED-ML files in ways other than the file names or extensions. (see comments on issue #31)
(?) Figure out how to recognise other formats (e.g. NeuroML, LEMS, SBML-qual, BNGL, RBApy etc)
Issue will be addressed here: NeuroML/pyNeuroML#435
The text was updated successfully, but these errors were encountered: