Skip to content

Commit cc582ab

Browse files
committed
Merge branch 'release/1.1.3'
2 parents 2ededa9 + cb912a2 commit cc582ab

File tree

4 files changed

+27
-28
lines changed

4 files changed

+27
-28
lines changed

generate_aggregate.cwl

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ inputs:
2626
type: File
2727
'sbg:x': 0
2828
'sbg:y': 1813.921875
29+
- id: biometrics_bed_file
30+
type: File
31+
'sbg:x': 0
32+
'sbg:y': 1813.921875
2933
- id: collapsed_bam
3034
type: 'File[]'
3135
'sbg:x': 0
@@ -146,13 +150,6 @@ outputs:
146150
type: Directory
147151
'sbg:x': 1585.9033203125
148152
'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
156153
steps:
157154
- id: qc_generator
158155
in:
@@ -182,6 +179,8 @@ steps:
182179
source: simplex_bam
183180
- id: vcf_file
184181
source: biometrics_vcf_file
182+
- id: biometrics_bed_file
183+
source: biometrics_bed_file
185184
- id: hotspots_maf
186185
source: hotspots_maf
187186
- id: mosdepth_bed
@@ -286,21 +285,6 @@ steps:
286285
label: qc_aggregator
287286
'sbg:x': 1076.5557861328125
288287
'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
304288
requirements:
305289
- class: SubworkflowFeatureRequirement
306290
- class: ScatterFeatureRequirement

nucleo_qc.cwl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ inputs:
2828
type: File
2929
'sbg:x': 0
3030
'sbg:y': 2030.03125
31+
- id: biometrics_bed_file
32+
type: File
33+
'sbg:x': 0
34+
'sbg:y': 2030.03125
3135
- id: collapsed_bam
3236
type: 'File[]'
3337
'sbg:x': 0
@@ -197,6 +201,8 @@ steps:
197201
source: simplex_bam
198202
- id: vcf_file
199203
source: biometrics_vcf_file
204+
- id: biometrics_bed_file
205+
source: biometrics_bed_file
200206
- id: hotspots_maf
201207
source: hotspots_maf
202208
- id: mosdepth_bed

qc_generator/nucleo_qc_generator.cwl

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ inputs:
9595
doc: Also output data in JSON format.
9696
'sbg:x': 0
9797
'sbg:y': 2777.53125
98+
- id: biometrics_bed_file
99+
type: File?
100+
'sbg:x': -423.2972106933594
101+
'sbg:y': 2095.491455078125
98102
- id: collapsed_biometrics_minor_threshold
99103
type: float?
100104
label: collapsed_biometrics_minor_threshold
@@ -145,8 +149,8 @@ inputs:
145149
'sbg:y': 1922.90625
146150
- id: mosdepth_bed
147151
type: File?
148-
'sbg:x': 0
149-
'sbg:y': 1495.59375
152+
'sbg:x': -359.3104248046875
153+
'sbg:y': 1495
150154
- id: mosdepth_flag
151155
type: int?
152156
'sbg:x': 0
@@ -200,8 +204,12 @@ inputs:
200204
type: boolean?
201205
- id: fragment_count
202206
type: int
207+
'sbg:x': 300.2456970214844
208+
'sbg:y': 0
203209
- id: filter_duplicate
204210
type: int
211+
'sbg:x': 170.50595092773438
212+
'sbg:y': -103.53236389160156
205213
outputs:
206214
- id: uncollapsed_bam_stats_dir
207215
outputSource:
@@ -309,6 +317,8 @@ steps:
309317
source: biometrics_json
310318
- id: plot
311319
source: biometrics_plot
320+
- id: bed_file
321+
source: biometrics_bed_file
312322
- id: minor_threshold
313323
source: collapsed_biometrics_minor_threshold
314324
- id: coverage_threshold
@@ -519,8 +529,8 @@ steps:
519529
- id: coverage_report_single
520530
run: ../cwl_subworkflows/athena_report/athena_report.cwl
521531
label: athena_report
522-
'sbg:x': 1378
523-
'sbg:y': 2784
532+
'sbg:x': 1382.922119140625
533+
'sbg:y': 2798.76611328125
524534
- id: simplex_bam_stats
525535
in:
526536
- id: files

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
coloredlogs==15.0.1
22
pytest==7.2.0
33
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
65
pytest-runner==6.0.0
76
tox==3.27.1

0 commit comments

Comments
 (0)