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

Unable to ran model xml in memote #40

Closed
hites77 opened this issue Sep 17, 2020 · 3 comments
Closed

Unable to ran model xml in memote #40

hites77 opened this issue Sep 17, 2020 · 3 comments
Assignees

Comments

@hites77
Copy link

hites77 commented Sep 17, 2020

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

@Waschina Waschina self-assigned this Sep 17, 2020
Waschina added a commit that referenced this issue Sep 20, 2020
- bug caused inconsistencies with sbml standard (see #40)
@Waschina
Copy link
Collaborator

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
Silvio

@Waschina
Copy link
Collaborator

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.
Best
Silvio

@hites77
Copy link
Author

hites77 commented Sep 22, 2020

Thanks, the sbml file worked with memote, I just skip the blast step as mentioned in the manuscript.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants