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

Release/1.1.4 #22

Closed
wants to merge 10 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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