Skip to content

GPML2013a vs GPML2017

Martina Summer-Kutmon edited this page Aug 14, 2017 · 22 revisions

Pathway element

GPML2013a:

<Pathway xmlns="http://pathvisio.org/GPML/2013a" Name="Acetylcholine Synthesis" Organism="Homo sapiens">
  <Graphics BoardWidth="829.0515247108307" BoardHeight="621.8666666666666" />
  <BiopaxRef>dbc</BiopaxRef>
  ...
</Pathway>

GPML2017:

<Pathway xmlns="http://pathvisio.org/GPML/2017" name="Acetylcholine Synthesis" organism="Homo sapiens" width="829.0515247108307" height="621.8666666666666">
  <Xref dataSource="" identifier="" /> <!-- Pathways can now have an Xref to link to WikiPathways -->
  <CitationRef citationID="dbc" /> <!-- biopax replaced by CitationRef-->
  ...
</Pathway>

Clone this wiki locally