-
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
Unable to ran model xml in memote #40
Comments
- bug caused inconsistencies with sbml standard (see #40)
Thank you for reporting this issue. I corrected parts in the SBML model output that caused errors in the SBML validator and in memote. I have tested memote, the SBML validator as well as to read the sbml-file into coprapy for a bacterial example and everything seems to work again just fine. However, I couldn't test it in the cobratoolbox, as I do not have matlab running on my current system. Please let me know if you still experience problems with gapseq's sbml files. Best |
I have tested a couple of further gapseq models with memote, which ran all perfectly. Please re-open this issue if you still experience errors in memote with gapseq models and we will try to resolve it as quickly as possible. |
Thanks, the sbml file worked with memote, I just skip the blast step as mentioned in the manuscript. |
I tried to check the constructed model in memote but it hangs at around testconsistency.
Also when I tried to load draft model in Cobratoolbox it gives error
modelFileName = 'Test1_gapseq_draft.xml';
model = readCbModel(modelFileName);
Output argument "qualifiers" (and maybe others) not assigned during call to "getDataBases".
Error in parseCVTerms (line 27)
[databases,identifiers,relations] = cellfun(@getDataBases, {CVTerms.resources},
{CVTerms.qualifier},'UniformOutput',0);
Error in readSBML (line 121)
[databases,identifiers,qualifiers] = cellfun(@parseCVTerms, cvterms,'UniformOutput',0);
Error in readCbModel (line 211)
model = readSBML(fileName,defaultBound);
Please advice on the compatibility and standard output of the model
The text was updated successfully, but these errors were encountered: