Skip to content

Commit

Permalink
update input enum values for contam
Browse files Browse the repository at this point in the history
  • Loading branch information
skanwal committed Feb 26, 2025
1 parent 44e5d5a commit a33b0ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -935,9 +935,9 @@ inputs:
- File
- type: enum
symbols:
- "sample_cross_contamination_resource_hg38.vcf.gz"
- "sample_cross_contamination_resource_hg19.vcf.gz"
- "sample_cross_contamination_resource_GRCh37.vcf.gz"
- "hg38"
- "hg19"
- "GRCh37"
qc_somatic_contam_vcf:
label: qc somatic contam vcf
Expand All @@ -950,10 +950,9 @@ inputs:
- File
- type: enum
symbols:
- "somatic_sample_cross_contamination_resource_hg38.vcf.gz"
- "somatic_sample_cross_contamination_resource_hg19.vcf.gz"
- "somatic_sample_cross_contamination_resource_GRCh37.vcf.gz"
- "hg38"
- "hg19"
- "GRCh37"
# Miscell
lic_instance_id_location:
label: license instance id location
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -930,9 +930,9 @@ inputs:
- File
- type: enum
symbols:
- "sample_cross_contamination_resource_hg38.vcf.gz"
- "sample_cross_contamination_resource_hg19.vcf.gz"
- "sample_cross_contamination_resource_GRCh37.vcf.gz"
- "hg38"
- "hg19"
- "GRCh37"
qc_somatic_contam_vcf:
label: qc somatic contam vcf
Expand All @@ -944,9 +944,9 @@ inputs:
- File
- type: enum
symbols:
- "somatic_sample_cross_contamination_resource_hg38.vcf.gz"
- "somatic_sample_cross_contamination_resource_hg19.vcf.gz"
- "somatic_sample_cross_contamination_resource_GRCh37.vcf.gz"
- "hg38"
- "hg19"
- "GRCh37"
# Miscell
lic_instance_id_location:
Expand Down

0 comments on commit a33b0ca

Please sign in to comment.