Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main->develop #23

Merged
merged 11 commits into from
Aug 8, 2023
3 changes: 2 additions & 1 deletion generate_aggregate.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ steps:
- id: output
source: output
- id: omaf
default: true
source: omaf
- id: generic_counting
source: generic_counting
Expand Down Expand Up @@ -262,7 +263,7 @@ steps:
source:
- qc_generator/collapsed_bam_stats_dir
- id: biometrics_extract_files_dir
source:
source:
- qc_generator/biometrics_extract_files_dir
- id: collapsed_bam_duplex_metrics_dir
source:
Expand Down
2 changes: 1 addition & 1 deletion nucleo_aggregate_visualize.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ steps:
source: config
out:
- id: aggregate_parsed_stats
run: cwl-commandlinetools/cci_utils/0.3.0/general_stats_parse.cwl
run: cwl-commandlinetools/cci_utils/0.3.1/general_stats_parse.cwl
label: general_stats_parse
'sbg:x': 870.1131591796875
'sbg:y': 520.0625
Expand Down
3 changes: 2 additions & 1 deletion nucleo_qc.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ steps:
- id: output
source: output
- id: omaf
default: true
source: omaf
- id: generic_counting
source: generic_counting
Expand Down Expand Up @@ -294,7 +295,7 @@ steps:
source:
- qc_generator/collapsed_bam_duplex_metrics_dir
- id: biometrics_extract_files_dir
source:
source:
- qc_generator/biometrics_extract_files_dir
- id: samples-json
source: samples-json
Expand Down
Loading