- PROJECT
- REQUIREMENTS
- INSTALL
- USAGE
- PROJECT STRUCTURE
- CONFIGURATION
Allow convertion of yEd GraphML files from and to SBGN-ML format.
- Java 8 SDK
- Maven
Clone the repository.
cd graphml2sbgnml/graphml2sbgnml
mvn clean install
JAR files will be put into a dist
folder at the root.
To generate the javadoc:
mvn site
Javadoc is placed into the docs
folder.