Open a terminal and type the following:
git clone https://github.com/CIDARLAB/CelloUCF2SBOL.gitThis clones the repository into a folder CelloUCF2SBOL.
Alternatively, you can also download the repository using the download link
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.