Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 748 Bytes

File metadata and controls

24 lines (18 loc) · 748 Bytes

Installing Cello UCF to SBOL Converter

Install dependencies

Get the source code

Open a terminal and type the following:

git clone https://github.com/CIDARLAB/CelloUCF2SBOL.git

This clones the repository into a folder CelloUCF2SBOL.

Alternatively, you can also download the repository using the download link

Installing Node dependencies

Go to the CelloUCF2SBOL folder and type the following command in your terminal:

npm install .

This will install all javascript libraries in a new folder node_modules.

To run the script, please refer to RUN.md.