File tree Expand file tree Collapse file tree 4 files changed +27
-28
lines changed Expand file tree Collapse file tree 4 files changed +27
-28
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
Original file line number Diff line number Diff line change @@ -95,6 +95,10 @@ inputs:
95
95
doc : Also output data in JSON format.
96
96
'sbg:x' : 0
97
97
'sbg:y' : 2777.53125
98
+ - id : biometrics_bed_file
99
+ type : File ?
100
+ 'sbg:x' : -423.2972106933594
101
+ 'sbg:y' : 2095.491455078125
98
102
- id : collapsed_biometrics_minor_threshold
99
103
type : float ?
100
104
label : collapsed_biometrics_minor_threshold
@@ -145,8 +149,8 @@ inputs:
145
149
'sbg:y' : 1922.90625
146
150
- id : mosdepth_bed
147
151
type : File ?
148
- 'sbg:x' : 0
149
- 'sbg:y' : 1495.59375
152
+ 'sbg:x' : -359.3104248046875
153
+ 'sbg:y' : 1495
150
154
- id : mosdepth_flag
151
155
type : int ?
152
156
'sbg:x' : 0
@@ -200,8 +204,12 @@ inputs:
200
204
type : boolean ?
201
205
- id : fragment_count
202
206
type : int
207
+ 'sbg:x' : 300.2456970214844
208
+ 'sbg:y' : 0
203
209
- id : filter_duplicate
204
210
type : int
211
+ 'sbg:x' : 170.50595092773438
212
+ 'sbg:y' : -103.53236389160156
205
213
outputs :
206
214
- id : uncollapsed_bam_stats_dir
207
215
outputSource :
@@ -309,6 +317,8 @@ steps:
309
317
source : biometrics_json
310
318
- id : plot
311
319
source : biometrics_plot
320
+ - id : bed_file
321
+ source : biometrics_bed_file
312
322
- id : minor_threshold
313
323
source : collapsed_biometrics_minor_threshold
314
324
- id : coverage_threshold
@@ -519,8 +529,8 @@ steps:
519
529
- id : coverage_report_single
520
530
run : ../cwl_subworkflows/athena_report/athena_report.cwl
521
531
label : athena_report
522
- 'sbg:x' : 1378
523
- 'sbg:y' : 2784
532
+ 'sbg:x' : 1382.922119140625
533
+ 'sbg:y' : 2798.76611328125
524
534
- id : simplex_bam_stats
525
535
in :
526
536
- id : files
Original file line number Diff line number Diff line change 1
1
coloredlogs == 15.0.1
2
2
pytest == 7.2.0
3
3
setuptools == 65.4.1
4
- cwltool == 3.1.20230425144158
5
- toil [cwl ] @ git+https://github.com/DataBiosphere/toil.git
4
+ toil [cwl ]== 5.10.0
6
5
pytest-runner == 6.0.0
7
6
tox == 3.27.1
You can’t perform that action at this time.
0 commit comments