Skip to content

Commit 8526687

Browse files
committed
update test
1 parent 0cee439 commit 8526687

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

CWL/workflows/CUTnRUN.cwl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ inputs:
128128
Q-value cutoff used for peak calling by MACS2.
129129
The default is 0.05.
130130
type: float
131+
default: 0.05
131132
broad_peaks:
132133
doc: |
133134
Determines whether the "--broad" flag
@@ -400,4 +401,4 @@ outputs:
400401
outputSource: create_summary_qc_report/multiqc_zip
401402
multiqc_html:
402403
type: File
403-
outputSource: create_summary_qc_report/multiqc_html
404+
outputSource: create_summary_qc_report/multiqc_html

tiny_test/test_main.chip.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ genome:
1616
genome_spike_in:
1717
class: File
1818
path: ./ref_genome.fa
19-
adapter1:
20-
- "AGT"
21-
- "AGT"
22-
adapter2:
23-
- null
24-
- null
2519
is_paired_end: true
2620
fragment_size: null
2721
effective_genome_size: 199

0 commit comments

Comments
 (0)