Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(trgt): Updated to TRGT 0.8.0 #114

Merged
merged 4 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions wdl-ci.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
},
"trgt": {
"key": "trgt",
"digest": "uaowbumdens55465girwarokc46hwgco",
"digest": "fyt3gqmt5tfykbls33kbr62nw3d4rvhj",
"tests": [
{
"inputs": {
Expand Down Expand Up @@ -178,7 +178,7 @@
},
"coverage_dropouts": {
"key": "coverage_dropouts",
"digest": "3wfgwjflppb5tifrwycmjzy727p7wzyi",
"digest": "iac5c3nzugilbarb4xsat37n2j5hjov4",
"tests": [
{
"inputs": {
Expand Down
4 changes: 2 additions & 2 deletions workflows/sample_analysis/sample_analysis.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ task trgt {
}

runtime {
docker: "~{runtime_attributes.container_registry}/trgt@sha256:07e9d2be1590fc1dd45e6e2a6b9f5869ee6d83f5a1ca47c8ea84e114b70573b6"
docker: "~{runtime_attributes.container_registry}/trgt@sha256:88eaa6b6c7d440a48d7f0036e46a2ce4b37cf5be8bd84921eaa69e3c11b98556"
cpu: threads
memory: "4 GB"
disk: disk_size + " GB"
Expand Down Expand Up @@ -545,7 +545,7 @@ task coverage_dropouts {
}

runtime {
docker: "~{runtime_attributes.container_registry}/trgt@sha256:07e9d2be1590fc1dd45e6e2a6b9f5869ee6d83f5a1ca47c8ea84e114b70573b6"
docker: "~{runtime_attributes.container_registry}/trgt@sha256:88eaa6b6c7d440a48d7f0036e46a2ce4b37cf5be8bd84921eaa69e3c11b98556"
cpu: threads
memory: "4 GB"
disk: disk_size + " GB"
Expand Down