Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaushik Ghose committed May 19, 2020
1 parent ce1bd53 commit 8fc3a5e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cwlformat/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2020 Seven Bridges. See LICENSE

__version__ = "2020.04.30"
__version__ = "2020.05.19"
2 changes: 2 additions & 0 deletions tests/cwl/expected-exploded-atac-seq.cwl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env cwl-runner

class: Workflow
cwlVersion: v1.0
label: ATAC-seq-pipeline-se
Expand Down
6 changes: 4 additions & 2 deletions tests/cwl/formatted-atac-seq-pipeline.cwl
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#!/usr/bin/env cwl-runner

class: Workflow
cwlVersion: v1.0
label: ATAC-seq-pipeline-se
doc: 'ATAC-seq pipeline - reads: SE'
$namespaces:
sbg: https://sevenbridges.com

requirements:
- class: ScatterFeatureRequirement
Expand Down Expand Up @@ -4425,8 +4429,6 @@ steps:
- output_trimmed_fastq_read_count
id: |-
https://api.sbgenomics.com/v2/apps/kghosesbg/sbpla-31744/ATAC-seq-pipeline-se/2/raw/
$namespaces:
sbg: https://sevenbridges.com
sbg:appVersion:
- v1.0
sbg:content_hash: ad9474546d1d7aba5aa20e3c7a03b5429e5f8ec1d18be92cbab7315600a6bce48
Expand Down
2 changes: 2 additions & 0 deletions tests/cwl/formatted-fragment.cwl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env cwl-runner

'A: this should go first':
- what
- a
Expand Down

0 comments on commit 8fc3a5e

Please sign in to comment.