Workflow-install

Tool to install workflows on a Galaxy instance.

Usage

usage: workflow-install [-h] [-v] [-g GALAXY] [-u USER] [-p PASSWORD]
                        [-a API_KEY] -w WORKFLOW_PATH
Optional Arguments
-w, --workflow_path
 Path to a workflow file or a directory with multiple workflow files ending with ”.ga”
Galaxy connection
-v=False, --verbose=False
 Increase output verbosity.
-g="http://localhost:8080", --galaxy="http://localhost:8080"
 Target Galaxy instance URL/IP address
-u, --user Galaxy user name
-p, --password Password for the Galaxy user
-a, --api_key Galaxy admin user API key (required if not defined in the tools list file)