@@ -322,7 +322,7 @@ outputs:
322
322
secondaryFiles : [.tbi]
323
323
germline_final_tsv:
324
324
type : File
325
- outputSource : germline_add_vep_fields_to_table/annotated_variants_tsv
325
+ outputSource : germline_detect_variants/final_tsv
326
326
somalier_concordance_metrics:
327
327
type : File
328
328
outputSource : concordance/somalier_pairs
@@ -527,25 +527,12 @@ steps:
527
527
custom_gnomad_vcf: custom_gnomad_vcf
528
528
limit_variant_intervals: variant_reporting_intervals
529
529
custom_clinvar_vcf: custom_clinvar_vcf
530
+ variants_to_table_fields: germline_variants_to_table_fields
531
+ variants_to_table_genotype_fields: germline_variants_to_table_genotype_fields
532
+ vep_to_table_fields: germline_vep_to_table_fields
533
+ final_tsv_prefix: germline_tsv_prefix
530
534
out :
531
- [final_vcf, coding_vcf, limited_vcf]
532
- germline_variants_to_table:
533
- run : ../tools/variants_to_table.cwl
534
- in :
535
- reference: reference
536
- vcf: germline_detect_variants/limited_vcf
537
- fields : germline_variants_to_table_fields
538
- genotype_fields: germline_variants_to_table_genotype_fields
539
- out :
540
- [variants_tsv]
541
- germline_add_vep_fields_to_table:
542
- run : ../tools/add_vep_fields_to_table.cwl
543
- in :
544
- vcf: germline_detect_variants/limited_vcf
545
- vep_fields: germline_vep_to_table_fields
546
- tsv: germline_variants_to_table/variants_tsv
547
- prefix : germline_tsv_prefix
548
- out : [annotated_variants_tsv]
535
+ [final_vcf, coding_vcf, limited_vcf, final_tsv]
549
536
alignment_stat_report:
550
537
run : ../tools/cle_aml_trio_report_alignment_stat.cwl
551
538
in :
0 commit comments