Dear David,
Thank you for your interest in multi! Just let you know you are not ignored. I will have a look at the detail of your question and example file and come back to you.
Fengkai
================================================
Fengkai Zhang, MD, MMath
Staff Scientist, Computational Biology Section
Laboratory of Immune System Biology (LISB)
National Institute of Allergy and Infectious Diseases (NIAID)
National Institutes of Health (NIH)
9000 Rockville Pike
Building 4, Room 137
MSC 0421
Bethesda MD 20892
Phone:
301.761.5442
Fax:
301.480.1660
e mail:
zhan...@nih.gov
******************************************************************
The information in this e-mail and any of its attachments is confidential and may contain sensitive information. It should not be used by anyone who is not the original intended recipient. If you have received this e-mail in error please inform the sender and delete it from your mailbox or any other storage devices. National Institute of Allergy and Infectious Diseases shall not accept liability for any statements made that are sender's own and not expressly made on behalf of the NIAID by one of its representatives.
******************************************************************
________________________________________
From: David Hoksza <
david....@gmail.com>
Sent: Friday, September 6, 2019 8:59:39 AM
To: sbml-interoperability
Subject: [sbml-interoperability] working with multi package from Python
Hi all,
does anybody have an example of how to work with the Multi package? I have an SBML file which supports multi but I am not able to get the "multi:listOfSpeciesFeatures" for the elements in it. Here<
http://siret.ms.mff.cuni.cz/hoksza/temp/F001-glycolysis-alt-SBGNv02_p1_1.txt> is the SBML file which I have issues with.
Based on what I read in the documentation<
http://sbml.org/Software/libSBML/5.18.0/docs/python-api/classlibsbml_1_1_multi_species_plugin.html>, I expected I will be able to do something like:
self.model.getPlugin('multi').getElementBySId('species_9')
similarly to:
self.model.getElementBySId('species_9')
However, using the getElementBySid from the multi package gives me empty result (unlike the latter one). I tried to obtain all elements from self.model.getPlugin('multi') and found out that it contains only the elements which are pertinent to the multi package, for example, type of features found in the document.
Sadly, I did not find anywhere an example of how to use the package and all my attempts failed. Is here somebody who would be able to help?
Thanks a lot,
David
--
You received this message because you are subscribed to the Google Groups "sbml-interoperability" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
sbml-interoperab...@googlegroups.com<mailto:
sbml-interoperab...@googlegroups.com>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/sbml-interoperability/dc5cad39-a602-4f57-87cb-17ba529f5779%40googlegroups.com<
https://groups.google.com/d/msgid/sbml-interoperability/dc5cad39-a602-4f57-87cb-17ba529f5779%40googlegroups.com?utm_medium=email&utm_source=footer>.