Quay.io/ucsc_cgl/dockstore-tool-runner

build_status
A Docker container from which Dockstore containers may be launched.

Usage:
# fetch CWL
$> dockstore tool cwl --entry quay.io/ucsc_cgl/DockstoreRunner > Dockstore.cwl
# make a runtime JSON template and edit it
$> dockstore tool convert cwl2json --cwl Dockstore.cwl > Dockstore.json
# run it locally with the Dockstore CLI
$> dockstore tool launch --entry quay.io/ucsc_cgl/DockstoreRunner  --json Dockstore.json

This is a companion discussion topic for the original entry at quay.io/ucsc_cgl/dockstore-tool-runner