From 59e62c85fc6328bfcb06eb6f518fc6be40be8c5d Mon Sep 17 00:00:00 2001 From: Vahid Date: Wed, 25 Sep 2024 15:01:55 -0400 Subject: [PATCH] Add the single-sample pipeline to the Dockstore automation. (#726) * Add the single-sample pipeline to the Dockstore automation. * Update .github/.dockstore.yml Co-authored-by: Mark Walker --------- Co-authored-by: Mark Walker --- .github/.dockstore.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/.dockstore.yml b/.github/.dockstore.yml index a934e932b..3bcad4198 100644 --- a/.github/.dockstore.yml +++ b/.github/.dockstore.yml @@ -161,3 +161,12 @@ workflows: - main tags: - /.*/ + + - subclass: WDL + name: SingleSamplePipeline + primaryDescriptorPath: /wdl/GATKSVPipelineSingleSample.wdl + filters: + branches: + - main + tags: + - /.*/