Skip to content

Commit

Permalink
biocontainer tests: use version corresponding to v2 Docker Image Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Mar 11, 2024
1 parent 7523769 commit d2ba71c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/seqtk_seq.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ hints:
packages:
- package: seqtk
version:
- r93
- 1.4--he4a0461_1
4 changes: 2 additions & 2 deletions tests/seqtk_seq_with_docker.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ hints:
packages:
- package: seqtk
version:
- '1.2'
- '1.4--he4a0461_1'
DockerRequirement:
dockerPull: quay.io/biocontainers/seqtk:1.2--0
dockerPull: quay.io/biocontainers/seqtk:1.4--he4a0461_1
2 changes: 1 addition & 1 deletion tests/test_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_biocontainers_resolution(tmp_path: Path) -> None:
get_container_from_software_requirements(
True, tool, container_image_cache_path=str(tmp_path)
)
== "quay.io/biocontainers/seqtk:r93--0"
== "quay.io/biocontainers/seqtk:1.4--he4a0461_1"
)


Expand Down

0 comments on commit d2ba71c

Please sign in to comment.