https://github.com/rabix/composer
Visual and code editor for Common Workflow Language
https://github.com/rabix/composer
common-workflow-language cwl editor ide
Last synced: about 2 months ago
JSON representation
Visual and code editor for Common Workflow Language
- Host: GitHub
- URL: https://github.com/rabix/composer
- Owner: rabix
- License: apache-2.0
- Created: 2016-08-16T15:10:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T11:19:05.000Z (about 3 years ago)
- Last Synced: 2025-10-23T20:45:03.878Z (5 months ago)
- Topics: common-workflow-language, cwl, editor, ide
- Language: TypeScript
- Homepage: http://rabix.io/
- Size: 13.3 MB
- Stars: 309
- Watchers: 22
- Forks: 73
- Open Issues: 87
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Support notice
Rabix Composer will remain available as a local sbg:draft2 and CWL 1.0 tool and workflow editor. However, please note that Seven Bridges is not actively maintaining or extending Rabix Composer at the moment (Q2 2021). The repository will remain open for new issues and pull requests, but please have in mind that those may not be processed in a timely manner.
New CWL versions and features will still be added to the core open source libraries [cwl-ts](https://github.com/rabix/cwl-ts) and [cwl-svg](https://github.com/rabix/cwl-svg).
If you need an up-to-date CWL editor, you can create an account either on the CGC http://cgc.sbgenomics.com/, Biodata Catalyst powered by Seven Bridges https://platform.sb.biodatacatalyst.nhlbi.nih.gov/, or on CAVATICA https://cavatica.sbgenomics.com/ and use the Web Composer available there. The Web Composer is also available on the Seven Bridges Commercial offerings.
# Rabix Composer
[](https://travis-ci.org/rabix/composer)
Rabix Composer is an open source editor for [Common Workflow Language](https://github.com/common-workflow-language/common-workflow-language)
documents.
It has a graphical mode allowing drag and drop creation of workflows
and wizard type creation of individual tools.

It also has a text mode for entering CWL code directly. The graphical and text
modes work seamlessly together.

## Dependencies
- [Node.js](https://nodejs.org/en/) (v12.x)
## Installation
```bash
git clone https://github.com/rabix/composer
cd composer
npm ci
```
**If you are using Linux:**
Install node.js from https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions
## Starting the dev environment
```bash
npm run serve // starts the dev server
npm run compile:electron // compiles electron backend
npm run start:electron // opens the app shell
```
## Packaging the build as a desktop app for the host system and architecture
```bash
npm run build
```
## Running the tests
```bash
npm test
```
## Documentation
Now you can read the [Rabix Composer documentation](http://docs.rabix.io/) to learn more about Rabix Composer.