From e251dd4f02bfcf381ae4d7a58c85e416769aeefb Mon Sep 17 00:00:00 2001 From: Jonn Smith Date: Mon, 27 Jan 2025 17:13:23 -0500 Subject: [PATCH] Added `DeepTrio` workflow to `.dockstore.yml` --- .dockstore.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.dockstore.yml b/.dockstore.yml index 837e841f2..ebdb3c64c 100644 --- a/.dockstore.yml +++ b/.dockstore.yml @@ -164,4 +164,7 @@ workflows: primaryDescriptorPath: /wdl/pipelines/Z_One_Off_Analyses/BroadOnPremMalariaPipeline_1_Alignment_and_Variant_Calling.wdl - name: BroadOnPremMalariaJointCalling subclass: wdl - primaryDescriptorPath: /wdl/pipelines/Z_One_Off_Analyses/BroadOnPremMalariaPipeline_2_JointVariantCalling.wdl \ No newline at end of file + primaryDescriptorPath: /wdl/pipelines/Z_One_Off_Analyses/BroadOnPremMalariaPipeline_2_JointVariantCalling.wdl +- name: DeepTrio + subclass: wdl + primaryDescriptorPath: /wdl/pipelines/TechAgnostic/VariantCalling/DeepTrio.wdl \ No newline at end of file