Skip to content

Commit 8fc3a5e

Browse files
author
Kaushik Ghose
committed
Update tests
1 parent ce1bd53 commit 8fc3a5e

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

cwlformat/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (c) 2020 Seven Bridges. See LICENSE
22

3-
__version__ = "2020.04.30"
3+
__version__ = "2020.05.19"

tests/cwl/expected-exploded-atac-seq.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env cwl-runner
2+
13
class: Workflow
24
cwlVersion: v1.0
35
label: ATAC-seq-pipeline-se

tests/cwl/formatted-atac-seq-pipeline.cwl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
#!/usr/bin/env cwl-runner
2+
13
class: Workflow
24
cwlVersion: v1.0
35
label: ATAC-seq-pipeline-se
46
doc: 'ATAC-seq pipeline - reads: SE'
7+
$namespaces:
8+
sbg: https://sevenbridges.com
59

610
requirements:
711
- class: ScatterFeatureRequirement
@@ -4425,8 +4429,6 @@ steps:
44254429
- output_trimmed_fastq_read_count
44264430
id: |-
44274431
https://api.sbgenomics.com/v2/apps/kghosesbg/sbpla-31744/ATAC-seq-pipeline-se/2/raw/
4428-
$namespaces:
4429-
sbg: https://sevenbridges.com
44304432
sbg:appVersion:
44314433
- v1.0
44324434
sbg:content_hash: ad9474546d1d7aba5aa20e3c7a03b5429e5f8ec1d18be92cbab7315600a6bce48

tests/cwl/formatted-fragment.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env cwl-runner
2+
13
'A: this should go first':
24
- what
35
- a

0 commit comments

Comments
 (0)