File tree Expand file tree Collapse file tree 2 files changed +12
-22
lines changed Expand file tree Collapse file tree 2 files changed +12
-22
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ inputs:
26
26
type : File
27
27
'sbg:x' : 0
28
28
'sbg:y' : 1813.921875
29
+ - id : biometrics_bed_file
30
+ type : File
31
+ 'sbg:x' : 0
32
+ 'sbg:y' : 1813.921875
29
33
- id : collapsed_bam
30
34
type : 'File[]'
31
35
'sbg:x' : 0
@@ -146,13 +150,6 @@ outputs:
146
150
type : Directory
147
151
'sbg:x' : 1585.9033203125
148
152
'sbg:y' : 1440.421875
149
- - id : pickle_files_dir
150
- outputSource :
151
- - pickle_files/directory
152
- type : Directory
153
- label : pickle_files_dir
154
- 'sbg:x' : 1582
155
- 'sbg:y' : 993
156
153
steps :
157
154
- id : qc_generator
158
155
in :
@@ -182,6 +179,8 @@ steps:
182
179
source : simplex_bam
183
180
- id : vcf_file
184
181
source : biometrics_vcf_file
182
+ - id : biometrics_bed_file
183
+ source : biometrics_bed_file
185
184
- id : hotspots_maf
186
185
source : hotspots_maf
187
186
- id : mosdepth_bed
@@ -286,21 +285,6 @@ steps:
286
285
label : qc_aggregator
287
286
'sbg:x' : 1076.5557861328125
288
287
'sbg:y' : 1270.734375
289
- - id : pickle_files
290
- in :
291
- - id : files
292
- linkMerge : merge_flattened
293
- source :
294
- - qc_generator/collapsed_biometrics_extract_pickle
295
- - qc_generator/duplex_biometrics_extract_pickle
296
- - id : output_directory_name
297
- default : pickle_files
298
- out :
299
- - id : directory
300
- run : cwl-commandlinetools/expression_tools/put_in_dir.cwl
301
- label : pickle_files
302
- 'sbg:x' : 1283.092529296875
303
- 'sbg:y' : 981.6953125
304
288
requirements :
305
289
- class: SubworkflowFeatureRequirement
306
290
- class: ScatterFeatureRequirement
Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ inputs:
28
28
type : File
29
29
'sbg:x' : 0
30
30
'sbg:y' : 2030.03125
31
+ - id : biometrics_bed_file
32
+ type : File
33
+ 'sbg:x' : 0
34
+ 'sbg:y' : 2030.03125
31
35
- id : collapsed_bam
32
36
type : 'File[]'
33
37
'sbg:x' : 0
@@ -197,6 +201,8 @@ steps:
197
201
source : simplex_bam
198
202
- id : vcf_file
199
203
source : biometrics_vcf_file
204
+ - id : biometrics_bed_file
205
+ source : biometrics_bed_file
200
206
- id : hotspots_maf
201
207
source : hotspots_maf
202
208
- id : mosdepth_bed
You can’t perform that action at this time.
0 commit comments