Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 541 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 541 Bytes

graphml2sbgnml

CONTENT

  1. PROJECT
  2. REQUIREMENTS
  3. INSTALL
  4. USAGE
  5. PROJECT STRUCTURE
  6. CONFIGURATION

1. PROJECT

Allow convertion of yEd GraphML files from and to SBGN-ML format.

2. REQUIREMENTS

  • Java 8 SDK
  • Maven

3. INSTALL

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.

4. USAGE

5. PROJECT STRUCTURE

6. CONFIGURATION