From cb912a2f5b3c4b472263cbc009bb1da4c8edfd66 Mon Sep 17 00:00:00 2001 From: carmelinacharalambous Date: Fri, 19 May 2023 15:55:21 -0400 Subject: [PATCH] updating main workflows for biometrics_bed_file --- generate_aggregate.cwl | 28 ++++++---------------------- nucleo_qc.cwl | 6 ++++++ 2 files changed, 12 insertions(+), 22 deletions(-) diff --git a/generate_aggregate.cwl b/generate_aggregate.cwl index 81cd537..7b7cc4d 100644 --- a/generate_aggregate.cwl +++ b/generate_aggregate.cwl @@ -26,6 +26,10 @@ inputs: type: File 'sbg:x': 0 'sbg:y': 1813.921875 + - id: biometrics_bed_file + type: File + 'sbg:x': 0 + 'sbg:y': 1813.921875 - id: collapsed_bam type: 'File[]' 'sbg:x': 0 @@ -146,13 +150,6 @@ outputs: type: Directory 'sbg:x': 1585.9033203125 'sbg:y': 1440.421875 - - id: pickle_files_dir - outputSource: - - pickle_files/directory - type: Directory - label: pickle_files_dir - 'sbg:x': 1582 - 'sbg:y': 993 steps: - id: qc_generator in: @@ -182,6 +179,8 @@ steps: source: simplex_bam - id: vcf_file source: biometrics_vcf_file + - id: biometrics_bed_file + source: biometrics_bed_file - id: hotspots_maf source: hotspots_maf - id: mosdepth_bed @@ -286,21 +285,6 @@ steps: label: qc_aggregator 'sbg:x': 1076.5557861328125 'sbg:y': 1270.734375 - - id: pickle_files - in: - - id: files - linkMerge: merge_flattened - source: - - qc_generator/collapsed_biometrics_extract_pickle - - qc_generator/duplex_biometrics_extract_pickle - - id: output_directory_name - default: pickle_files - out: - - id: directory - run: cwl-commandlinetools/expression_tools/put_in_dir.cwl - label: pickle_files - 'sbg:x': 1283.092529296875 - 'sbg:y': 981.6953125 requirements: - class: SubworkflowFeatureRequirement - class: ScatterFeatureRequirement diff --git a/nucleo_qc.cwl b/nucleo_qc.cwl index 04f9b69..1ad54ab 100644 --- a/nucleo_qc.cwl +++ b/nucleo_qc.cwl @@ -28,6 +28,10 @@ inputs: type: File 'sbg:x': 0 'sbg:y': 2030.03125 + - id: biometrics_bed_file + type: File + 'sbg:x': 0 + 'sbg:y': 2030.03125 - id: collapsed_bam type: 'File[]' 'sbg:x': 0 @@ -197,6 +201,8 @@ steps: source: simplex_bam - id: vcf_file source: biometrics_vcf_file + - id: biometrics_bed_file + source: biometrics_bed_file - id: hotspots_maf source: hotspots_maf - id: mosdepth_bed