PathVisio / pathvisio

PathVisio - pathway editor, visualization and analysis software
http://www.pathvisio.org
Apache License 2.0
21 stars 21 forks source link

Citations - bp:AUTHORS are deleted #198

Open larsgw opened 10 months ago

larsgw commented 10 months ago

I get that the TITLE, YEAR, SOURCE, and AUTHORS are on their way out, but for now, editing GPML 2013a, it seems like bp:AUTHORS elements are always deleted. Looking at the code I see this:

https://github.com/PathVisio/pathvisio/blob/33d315b4e0fab46768398773f28b87ad4a829187/modules/org.pathvisio.core/src/org/pathvisio/core/model/GpmlFormat2013a.java#L842-L853

Removing the inner for loop fixes the issue. Why was this introduced (83b82e4db59bc5fb37ebe42d3cc85f3e2a36f830)?