Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 493 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 493 Bytes

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