Skip to content

eisbm/graphml2sbgnml-prev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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