Skip to content

Commit 7d6282a

Browse files
author
Peter Amstutz
committed
Fix tests.
1 parent 2744ac4 commit 7d6282a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/echo.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cwlVersion: cwl:draft-4.dev3
1+
cwlVersion: v1.0
22
class: CommandLineTool
33
inputs:
44
- id: inp

tests/test_toolargparse.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ class ToolArgparse(unittest.TestCase):
88

99
script='''
1010
#!/usr/bin/env cwl-runner
11-
cwlVersion: "draft-4.dev3"
11+
cwlVersion: v1.0
1212
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)"
1414
inputs:
1515
#Give it a list of input files
1616
- id: input
@@ -28,7 +28,7 @@ class ToolArgparse(unittest.TestCase):
2828

2929
script2='''
3030
#!/usr/bin/env cwl-runner
31-
cwlVersion: 'cwl:draft-4.dev3'
31+
cwlVersion: v1.0
3232
class: CommandLineTool
3333
inputs:
3434
- id: bdg

0 commit comments

Comments
 (0)