File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
# Packed Case
21
21
{
22
22
"tool_url" : f"{ TEST_ROOT_URL } /revsort-packed.cwl" ,
23
- "input_url" : f"{ TEST_ROOT_URL } /revsort-json.cwl " ,
23
+ "input_url" : f"{ TEST_ROOT_URL } /revsort-job.json " ,
24
24
},
25
25
# The number of parameters is a little large, and the definition itself is a straightforward case.
26
26
{
40
40
# SecondaryFiles
41
41
{
42
42
"tool_url" : f"{ TEST_ROOT_URL } /secondaryfiles/rename-inputs.cwl" ,
43
- "input_url" : f"{ TEST_ROOT_URL } /rename-inputs.yml" ,
43
+ "input_url" : f"{ TEST_ROOT_URL } /secondaryfiles/ rename-inputs.yml" ,
44
44
},
45
45
# Stage array
46
46
{
47
47
"tool_url" : f"{ TEST_ROOT_URL } /stage-array.cwl" ,
48
- "input_url" : f"{ TEST_ROOT_URL } /stage-array-json .json" ,
48
+ "input_url" : f"{ TEST_ROOT_URL } /stage-array-job .json" ,
49
49
},
50
50
]
51
51
You can’t perform that action at this time.
0 commit comments