File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- cwlVersion: cwl:draft-4.dev3
1
+ cwlVersion: v1.0
2
2
class: CommandLineTool
3
3
inputs :
4
4
- id : inp
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ class ToolArgparse(unittest.TestCase):
8
8
9
9
script = '''
10
10
#!/usr/bin/env cwl-runner
11
- cwlVersion: "draft-4.dev3"
11
+ cwlVersion: v1.0
12
12
class: CommandLineTool
13
- description : "This tool is developed for SMC-RNA Challenge for detecting gene fusions (STAR fusion)"
13
+ doc : "This tool is developed for SMC-RNA Challenge for detecting gene fusions (STAR fusion)"
14
14
inputs:
15
15
#Give it a list of input files
16
16
- id: input
@@ -28,7 +28,7 @@ class ToolArgparse(unittest.TestCase):
28
28
29
29
script2 = '''
30
30
#!/usr/bin/env cwl-runner
31
- cwlVersion: 'cwl:draft-4.dev3'
31
+ cwlVersion: v1.0
32
32
class: CommandLineTool
33
33
inputs:
34
34
- id: bdg
You can’t perform that action at this time.
0 commit comments