sbgn / libsbgn

Libraries for the Systems Biology Graphical Notation (SBGN); Java and C++
Other
15 stars 8 forks source link

Label of clone marker #3

Closed cannin closed 8 years ago

cannin commented 14 years ago

According to PD spec, L1 V1.1:

The clone marker takes two forms, simple and labeled, depending on whether the node being cloned can carry state variables (i.e., whether it is a stateful EPN).

So SBGN-ML should contain provisions for labeled clone markers.

Reported by: amarillion

cannin commented 14 years ago

We need an example diagram containing a biologically relevant example. Ask the SBGN mailinglist.

Original comment by: amarillion

cannin commented 14 years ago

Original comment by: amarillion

cannin commented 14 years ago

A proposal to solve this:

So in xml: <node class="macromolecule" clone="true"> <label>Uniquitin</label> <label role="clone marker">Clone marker label here</label> ... </node>

Original comment by: amarillion

cannin commented 13 years ago

This has been implemented now.

Original comment by: amarillion

cannin commented 13 years ago

Original comment by: amarillion