Skip to content

wikipathways/gpml-to-cx2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPML to CX2 Converter

This repository contains a tool to convert GPML files to CX2 format.

Installation

git clone https://github.com/wikipathways/gpml-to-cx2.git
cd gpml-to-cx2
npm install

Usage

  • Put your GPML file in the root directory of the project.

  • Run the following command, replacing <File_Name> with the name of your GPML file:

npm run convert <File_Name>.gpml
  • The converted file will be generated in the same directory with the name <File_Name>.cx2

Releases

No releases published

Packages

No packages published