/galaxy-workflow-to-arc

Reads .ga files to generate a cwl tool wrapper with the same inputs as the ga file

Primary LanguageTypeScript

galaxy-workflow-to-arc

npm version

Generates an ARC ready CWL workflow and run from a Galaxy workflow(.ga) file

Installation

To use galaxy-workflow-to-arc, make sure node.js is installed. Then execute:

npm i -g galaxy-workflow-to-arc

Usage:

Galaxy workflow to ARC

  Generates an ARC ready CWL workflow and run from a Galaxy workflow(.ga) file 

Options

  -i, --workflowFile string   Path to the Galaxy workflow file to process       
  -n, --runName string        Name of the resulting run and workflow (default:  
                              name of the .ga file)                             
  -o, --outFolder string      Path to place the results in (default: ./out)     
  -h, --help                  Prints this dialogue