Skip to content

Commit

Permalink
chore(wdl): Add dockstore configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvdijk committed Jan 8, 2025
1 parent 83c57f2 commit 9481ba3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .dockstore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 1.2
workflows:
- name: Minimap2RefIndex
subclass: wdl
primaryDescriptorPath: /wdl/TechAgnostic/Minimap2RefIndex.wdl
- name: Minimap2WGA
subclass: wdl
primaryDescriptorPath: /wdl/TechAgnostic/Minimap2WGA.wdl
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: google-github-actions/auth@v2
with:
project_id: broad-dsp-lrma
workload_identity_provider: projects/602335226495/locations/global/workloadIdentityPools/github/providers/
workload_identity_provider: projects/602335226495/locations/global/workloadIdentityPools/github/providers/pangenome-pipelines
service_account: ${{ vars.SERVICE_ACCOUNT }}
token_format: access_token

Expand Down

0 comments on commit 9481ba3

Please sign in to comment.