Skip to content

Commit a758ae4

Browse files
jsotobroadmmorgantaylorJose Sotoactions-user
authored
TSPS-797 check in glimpse pipeline (#1788)
* add first pass of glimpse low pass imputation wdl. --------- Co-authored-by: Morgan Taylor <marymorg@broadinstitute.org> Co-authored-by: Jose Soto <jsoto@broadinstitute.org> Co-authored-by: GitHub Action <action@github.com>
1 parent 5da742b commit a758ae4

File tree

5 files changed

+886
-6
lines changed

5 files changed

+886
-6
lines changed

.dockstore.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ workflows:
44
- name: aggregate_rsem_results
55
subclass: WDL
66
primaryDescriptorPath: /all_of_us/rna_seq/aggregate_rsem_results.wdl
7-
7+
88
- name: AggregateSusieWorkflow
99
subclass: WDL
1010
primaryDescriptorPath: /all_of_us/rna_seq/AggregateSusieWorkflow.wdl
11-
11+
1212
- name: ArrayImputationQuotaConsumed
1313
subclass: WDL
1414
primaryDescriptorPath: /pipelines/wdl/arrays/imputation_beagle/ArrayImputationQuotaConsumed.wdl
@@ -25,19 +25,19 @@ workflows:
2525
- name: Beagle5Phasing
2626
subclass: WDL
2727
primaryDescriptorPath: /all_of_us/phasing/Beagle5Phasing.wdl
28-
28+
2929
- name: BuildIndices
3030
subclass: WDL
3131
primaryDescriptorPath: /pipelines/wdl/build_indices/BuildIndices.wdl
3232

3333
- name: CalculatePhenotypeGroups
3434
subclass: WDL
3535
primaryDescriptorPath: /all_of_us/rna_seq/CalculatePhenotypeGroups.wdl
36-
36+
3737
- name: convert_vcf_to_plink_bed
3838
subclass: WDL
3939
primaryDescriptorPath: /all_of_us/admixture/convert_vcf_to_plink_bed.wdl
40-
40+
4141
- name: CramToUnmappedBams
4242
subclass: WDL
4343
primaryDescriptorPath: /pipelines/wdl/reprocessing/cram_to_unmapped_bams/CramToUnmappedBams.wdl
@@ -66,6 +66,10 @@ workflows:
6666
subclass: WDL
6767
primaryDescriptorPath: /all_of_us/cmrg/FixItFelixAndVariantCall.wdl
6868

69+
- name: Glimpse2LowPassImputation
70+
subclass: WDL
71+
primaryDescriptorPath: /pipelines/wdl/glimpse/low_pass_imputation/Glimpse2LowPassImputation.wdl
72+
6973
- name: get_wgs_median_coverage
7074
subclass: WDL
7175
primaryDescriptorPath: /all_of_us/mitochondria/get_wgs_median_coverage.wdl
@@ -216,7 +220,7 @@ workflows:
216220
- name: SusieR_Workflow
217221
subclass: WDL
218222
primaryDescriptorPath: /all_of_us/rna_seq/susieR_workflow.wdl
219-
223+
220224
- name: TestArrayImputationQC
221225
subclass: WDL
222226
primaryDescriptorPath: /verification/test-wdls/TestArrayImputationQC.wdl

pipeline_versions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ BuildIndices 5.1.0 2026-02-13
44
CramToUnmappedBams 1.1.3 2024-08-02
55
ExomeGermlineSingleSample 3.2.7 2026-01-21
66
ExomeReprocessing 3.3.7 2026-01-21
7+
Glimpse2LowPassImputation 0.0.1 2026-02-26
78
IlluminaGenotypingArray 1.12.27 2026-01-21
89
Imputation 1.1.23 2025-10-03
910
ImputationBeagle 3.0.1 2026-02-23
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# 0.0.1
2+
2026-02-26 (Date of Last Commit)
3+
4+
* Early draft of the glimpse lowpass imputation pipeline (putting this here to satisfy PR checks for now)

0 commit comments

Comments
 (0)