Skip to content

Commit

Permalink
add joint genotyping
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Jan 8, 2025
1 parent 7326a84 commit e82851e
Show file tree
Hide file tree
Showing 13 changed files with 421 additions and 49 deletions.
4 changes: 4 additions & 0 deletions .dockstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ workflows:
subclass: WDL
primaryDescriptorPath: /verification/test-wdls/TestIlluminaGenotypingArray.wdl

- name: TestJointGenotyping
subclass: WDL
primaryDescriptorPath: /verification/test-wdls/TestJointGenotyping.wdl

- name: TestPairedTag
subclass: WDL
primaryDescriptorPath: /verification/test-wdls/TestPairedTag.wdl
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test_exome_germline_single_sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Test ExomeGermlineSingleSample

# Controls when the workflow will run
on:
#run on push to feature branch "kp_GHA_Terra_auth_PD-2682" - REMOVE WHEN DONE TESTING
# push:
# branches:
# - kp_GHA_Terra_auth_PD-2682
pull_request:
branches: [ "develop", "staging", "master" ]
# Only run if files in these paths changed:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test_illumina_genotyping_array.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Test Illumina Genotyping Array

# Controls when the workflow will run
on:
#run on push to feature branch "kp_GHA_Terra_auth_PD-2682" - REMOVE WHEN DONE TESTING
# push:
# branches:
# - kp_GHA_Terra_auth_PD-2682
pull_request:
branches: [ "develop", "staging", "master" ]
# Only run if files in these paths changed:
Expand Down
Loading

0 comments on commit e82851e

Please sign in to comment.