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

Adding initial version of conditional unit test WDL #29

Merged
merged 9 commits into from
Feb 5, 2025
Prev Previous commit
Removing sha tag from Docker image names, Apptainer doesn't like them
  • Loading branch information
tefirman committed Jan 16, 2025
commit 768606d65655e26b7236d0cee38206096d9bd5a7
6 changes: 3 additions & 3 deletions conditionalTest/conditionalTest.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ task process_high_quality {
}

runtime {
docker: "ubuntu:noble-20241118.1@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab"
docker: "ubuntu:noble-20241118.1"
}
}

Expand All @@ -99,7 +99,7 @@ task run_qc_report {
}

runtime {
docker: "ubuntu:noble-20241118.1@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab"
docker: "ubuntu:noble-20241118.1"
}
}

Expand All @@ -119,6 +119,6 @@ task summarize {
}

runtime {
docker: "ubuntu:noble-20241118.1@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab"
docker: "ubuntu:noble-20241118.1"
}
}
Loading