Skip to content

Commit 7c550ca

Browse files
committed
Merge branch 'release/1.1.4'
2 parents cc582ab + bd1f169 commit 7c550ca

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

generate_aggregate.cwl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ steps:
207207
- id: output
208208
source: output
209209
- id: omaf
210+
default: true
210211
source: omaf
211212
- id: generic_counting
212213
source: generic_counting
@@ -262,7 +263,7 @@ steps:
262263
source:
263264
- qc_generator/collapsed_bam_stats_dir
264265
- id: biometrics_extract_files_dir
265-
source:
266+
source:
266267
- qc_generator/biometrics_extract_files_dir
267268
- id: collapsed_bam_duplex_metrics_dir
268269
source:

nucleo_aggregate_visualize.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ steps:
178178
source: config
179179
out:
180180
- id: aggregate_parsed_stats
181-
run: cwl-commandlinetools/cci_utils/0.3.0/general_stats_parse.cwl
181+
run: cwl-commandlinetools/cci_utils/0.3.1/general_stats_parse.cwl
182182
label: general_stats_parse
183183
'sbg:x': 870.1131591796875
184184
'sbg:y': 520.0625

nucleo_qc.cwl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ steps:
230230
- id: output
231231
source: output
232232
- id: omaf
233+
default: true
233234
source: omaf
234235
- id: generic_counting
235236
source: generic_counting
@@ -294,7 +295,7 @@ steps:
294295
source:
295296
- qc_generator/collapsed_bam_duplex_metrics_dir
296297
- id: biometrics_extract_files_dir
297-
source:
298+
source:
298299
- qc_generator/biometrics_extract_files_dir
299300
- id: samples-json
300301
source: samples-json

qc_generator/nucleo_qc_generator.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ steps:
340340
- id: maf
341341
source: hotspots_maf
342342
- id: omaf
343+
default: true
343344
source: omaf
344345
- id: filter_duplicate
345346
default: 0

0 commit comments

Comments
 (0)