We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006e8e7 commit bea7396Copy full SHA for bea7396
cromshell
@@ -785,6 +785,8 @@ function submit()
785
786
assertCanCommunicateWithServer ${CROMWELL_URL}
787
788
+ echo "Submitting job to server: ${CROMWELL_URL}"
789
+
790
local response=$(curl -s -F workflowSource=@${wdl} ${2:+ -F workflowInputs=@${json}} ${3:+ -F workflowOptions=@${optionsJson}} ${4:+ -F workflowDependencies=@${dependenciesZip}} ${CROMWELL_URL}/api/workflows/v1)
791
r=$?
792
0 commit comments