Skip to content

Commit 8a5fb27

Browse files
committed
set default value of is_paired_end to true
1 parent 51b2d00 commit 8a5fb27

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

CWL/workflows/ACTseq.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ inputs:
3737
doc: |
3838
If paired end data is used set to true, else set to false.
3939
type: boolean
40+
default: true
4041
adapter1:
4142
doc: |
4243
Adapter sequence for first reads.

CWL/workflows/CUTnRUN.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ inputs:
3737
doc: |
3838
If paired end data is used set to true, else set to false.
3939
type: boolean
40+
default: true
4041
adapter1:
4142
doc: |
4243
Adapter sequence for first reads.

CWL/workflows/ChIPmentation.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ inputs:
3737
doc: |
3838
If paired end data is used set to true, else set to false.
3939
type: boolean
40+
default: true
4041
adapter1:
4142
doc: |
4243
Adapter sequence for first reads.

CWL/workflows/ChIPseq.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ inputs:
3737
doc: |
3838
If paired end data is used set to true, else set to false.
3939
type: boolean
40+
default: true
4041
adapter1:
4142
doc: |
4243
Adapter sequence for first reads.

CWL/workflows/ChIPseq_spike_in.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ inputs:
3737
doc: |
3838
If paired end data is used set to true, else set to false.
3939
type: boolean
40+
default: true
4041
adapter1:
4142
doc: |
4243
Adapter sequence for first reads.

0 commit comments

Comments
 (0)