Closed aditya-ml closed 2 years ago
Hi @aditya-ml, in this case there is a simple typo in your input: in the second protein, you wrote displayName
instead of display_name
. In PyBioPAX, all attributes use the Python-standard casing (e.g., display_name
), not camel case (displayName
). After fixing the typo, your example works for me.
Thanks for pointing it out:)
Hi all, @matthiaskoenig and I are trying to create a BioPax document for repressilator. Following @bgyori help in #36 we have the first protein as follows:
Script:
We get the correct output:
But, adding a second Protein or any other entity (BiochemicalReaction/Stoichiometry/Provenance etc.) throws error Modified Code:
Output: