Export and import pathways#
Ensemble saves pathways in JSON format. You can export your pathways as JSON files or import JSON files into your Ensemble library.
This can be useful for moving a pathway between accounts. However, the pathway edit history is lost.
You can export a pathway as a JSON file in two ways:
- Download: Click the Download button under the pathway menu in the sidebar. This will download the pathway as a JSON file.
- Copy-Paste: Select all the pathway nodes in the Editor UI, copy them (
Ctrl + c
orcmd +c
), then paste them (Ctrl + v
orcmd + v
) in your desired file.
You can import JSON files as pathways by copying the JSON pathway to the clipboard (Ctrl + c
or cmd +c
) and paste it (Ctrl + v
or cmd + v
) into the Editor UI.