Skip to content

Commit

Permalink
biocontainer tests: use version corresponding to v2 Docker Image Form…
Browse files Browse the repository at this point in the history
…at (#4912)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mr-c and github-actions[bot] authored May 6, 2024
1 parent ed7bb18 commit a48f8eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/toil/test/cwl/cwlTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def test_default_args(self) -> None:
"src/toil/test/cwl/seqtk_seq.cwl",
"src/toil/test/cwl/seqtk_seq_job.json",
self._expected_seqtk_output(self.outDir),
main_args=["--default-container", "quay.io/biocontainers/seqtk:r93--0"],
main_args=["--default-container", "quay.io/biocontainers/seqtk:1.4--he4a0461_1"],
out_name="output1",
)

Expand Down
2 changes: 1 addition & 1 deletion src/toil/test/cwl/seqtk_seq.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ hints:
packages:
- package: seqtk
version:
- r93
- '1.4'

0 comments on commit a48f8eb

Please sign in to comment.