Skip to content

Commit

Permalink
force germline workflows to produce genotyped vcf
Browse files Browse the repository at this point in the history
  • Loading branch information
apaul7 committed Jul 13, 2021
1 parent f8dff29 commit dcefd05
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 25 deletions.
5 changes: 0 additions & 5 deletions definitions/pipelines/germline_exome.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ inputs:
secondaryFiles: [.tbi]
picard_metric_accumulation_level:
type: string
emit_reference_confidence:
type:
type: enum
symbols: ['NONE', 'BP_RESOLUTION', 'GVCF']
gvcf_gq_bands:
type: string[]
intervals:
Expand Down Expand Up @@ -237,7 +233,6 @@ steps:
in:
reference: reference
bam: alignment_and_qc/bam
emit_reference_confidence: emit_reference_confidence
gvcf_gq_bands: gvcf_gq_bands
intervals: intervals
ploidy: ploidy
Expand Down
5 changes: 0 additions & 5 deletions definitions/pipelines/germline_exome_hla_typing.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ inputs:
secondaryFiles: [.tbi]
picard_metric_accumulation_level:
type: string
emit_reference_confidence:
type:
type: enum
symbols: ['NONE', 'BP_RESOLUTION', 'GVCF']
gvcf_gq_bands:
type: string[]
intervals:
Expand Down Expand Up @@ -183,7 +179,6 @@ steps:
summary_intervals: summary_intervals
omni_vcf: omni_vcf
picard_metric_accumulation_level: picard_metric_accumulation_level
emit_reference_confidence: emit_reference_confidence
gvcf_gq_bands: gvcf_gq_bands
intervals: intervals
ploidy: ploidy
Expand Down
5 changes: 0 additions & 5 deletions definitions/pipelines/germline_wgs.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ inputs:
secondaryFiles: [.tbi]
picard_metric_accumulation_level:
type: string
emit_reference_confidence:
type:
type: enum
symbols: ['NONE', 'BP_RESOLUTION', 'GVCF']
gvcf_gq_bands:
type: string[]
intervals:
Expand Down Expand Up @@ -350,7 +346,6 @@ steps:
in:
reference: reference
bam: alignment_and_qc/bam
emit_reference_confidence: emit_reference_confidence
gvcf_gq_bands: gvcf_gq_bands
intervals: intervals
ploidy: ploidy
Expand Down
5 changes: 0 additions & 5 deletions definitions/pipelines/immuno.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,6 @@ inputs:
doc: "An optional VCF with variants that will be flagged as 'VALIDATED' if found in this pipeline's main output VCF"

#germline inputs
emit_reference_confidence:
type:
type: enum
symbols: ['NONE', 'BP_RESOLUTION', 'GVCF']
gvcf_gq_bands:
type: string[]
gatk_haplotypecaller_intervals:
Expand Down Expand Up @@ -879,7 +875,6 @@ steps:
summary_intervals: summary_intervals
omni_vcf: omni_vcf
picard_metric_accumulation_level: picard_metric_accumulation_level
emit_reference_confidence: emit_reference_confidence
gvcf_gq_bands: gvcf_gq_bands
intervals: gatk_haplotypecaller_intervals
ploidy: ploidy
Expand Down
7 changes: 2 additions & 5 deletions definitions/subworkflows/germline_detect_variants.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ inputs:
bam:
type: File
secondaryFiles: [^.bai]
emit_reference_confidence:
type:
type: enum
symbols: ['NONE', 'BP_RESOLUTION', 'GVCF']
gvcf_gq_bands:
type: string[]
intervals:
Expand Down Expand Up @@ -101,7 +97,8 @@ steps:
in:
reference: reference
bam: bam
emit_reference_confidence: emit_reference_confidence
emit_reference_confidence:
default: "NONE"
gvcf_gq_bands: gvcf_gq_bands
intervals: intervals
contamination_fraction: contamination_fraction
Expand Down

0 comments on commit dcefd05

Please sign in to comment.