X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f1db282d059c1d0a6e264943344e09bda5d40282..e036bd4924cf444294483b064aaab28b6df43947:/src/store/run-process-panel/run-process-panel-actions.ts?ds=sidebyside diff --git a/src/store/run-process-panel/run-process-panel-actions.ts b/src/store/run-process-panel/run-process-panel-actions.ts index 1260172944..df2f4f2df2 100644 --- a/src/store/run-process-panel/run-process-panel-actions.ts +++ b/src/store/run-process-panel/run-process-panel-actions.ts @@ -143,6 +143,7 @@ export const runProcess = async (dispatch: Dispatch, getState: () => RootSt command: [ 'arvados-cwl-runner', '--api=containers', + '--local', '/var/lib/cwl/workflow.json#main', '/var/lib/cwl/cwl.input.json' ],