forked from singularityhub/shpc-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify container.yaml to use string tags on versions
- Loading branch information
1 parent
48aeb07
commit 9693f1a
Showing
4 changed files
with
27 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
docker: nvcr.io/nvidia/pyg | ||
url: https://github.com/pyg-team/pytorch_geometric | ||
|
||
maintainer: jterstriep | ||
maintainer: "[email protected]" | ||
|
||
description: > | ||
PyG (PyTorch Geometric) is a library built upon PyTorch to easily write | ||
|
@@ -12,9 +12,10 @@ aliases: | |
python3: /opt/relion/bin/relion | ||
|
||
latest: | ||
2.4.0: sha256:e9951a5c9c1f80831c6f174e6f8ac76a73a36f8e45d6899268a5ad6049dc6280 | ||
"24.05": sha256:f504bb7055a13779872a99874a02b3f1200b66ed28f3ded53d0bb56fe17ff16b | ||
tags: | ||
2.4.0: sha256:e9951a5c9c1f80831c6f174e6f8ac76a73a36f8e45d6899268a5ad6049dc6280 | ||
"24.05": sha256:f504bb7055a13779872a99874a02b3f1200b66ed28f3ded53d0bb56fe17ff16b | ||
"24.01": sha256:e9951a5c9c1f80831c6f174e6f8ac76a73a36f8e45d6899268a5ad6049dc6280 | ||
|
||
|
||
# Any custom features? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,18 @@ | ||
docker: pathml/pathml | ||
url: https://pathml.org/ | ||
|
||
# change this to your GitHub alias (or another contact or name) | ||
maintainer: jterstriep | ||
maintainer: "[email protected]" | ||
|
||
# A description to describe your container | ||
description: "PathML is a Python package designed for computational pathology. It | ||
serves as a powerful toolbox for various tasks related to high-resolution | ||
whole-slide pathology images." | ||
|
||
latest: | ||
"2.1.0": sha256:8f32c66baa8daee2f941ba42c24d1218e954f2c189c9f0fa1307ece2e3a2d667 | ||
tags: | ||
"2.1.0": sha256:8f32c66baa8daee2f941ba42c24d1218e954f2c189c9f0fa1307ece2e3a2d667 | ||
"2.0.4": sha256:950c538949d8c012d51ce0bd1fed8691c029af8b4d9a23f82494ca3940b06943 | ||
|
||
# Any custom features? | ||
# features: | ||
|
@@ -12,18 +22,3 @@ maintainer: jterstriep | |
aliases: | ||
python3: /root/miniconda3/bin/python3 | ||
|
||
# custom environment variables | ||
# env: | ||
# breakfast: pancakes | ||
|
||
# A description to describe your container | ||
description: > | ||
PathML is a Python package designed for computational pathology. It serves | ||
as a powerful toolbox for various tasks related to high-resolution | ||
whole-slide pathology images. | ||
|
||
latest: | ||
2.1.0: sha256:8f32c66baa8daee2f941ba42c24d1218e954f2c189c9f0fa1307ece2e3a2d667 | ||
tags: | ||
2.1.0: sha256:8f32c66baa8daee2f941ba42c24d1218e954f2c189c9f0fa1307ece2e3a2d667 | ||
2.0.4: sha256:950c538949d8c012d51ce0bd1fed8691c029af8b4d9a23f82494ca3940b06943 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
docker: unlhcc/bcl-convert | ||
url: https://support-docs.illumina.com/SW/BCL_Convert_v4.0/Content/SW/BCLConvert/BCLConvert.htm | ||
maintainer: jterstriep | ||
maintainer: "[email protected]" | ||
|
||
description: The Illumina BCL Convert v4.0 is a standalone local software app that converts the Binary Base Call (BCL) files produced by Illumina sequencing systems to FASTQ files. | ||
description: "The Illumina BCL Convert v4.0 is a standalone local software app that converts the Binary Base Call (BCL) files produced by Illumina sequencing systems to FASTQ files." | ||
|
||
# Any custom features? | ||
# features: | ||
|
@@ -11,12 +12,7 @@ description: The Illumina BCL Convert v4.0 is a standalone local software app th | |
aliases: | ||
bcl-convert: /usr/local/bin/bcl-convert | ||
|
||
# custom environment variables | ||
# env: | ||
# breakfast: pancakes | ||
|
||
latest: | ||
4.2.7: sha256:5d87ed2ae06bcf3756bf73174b3a4284b9e40cc9bd376a3363c110dacac746aa | ||
"4.2.7": sha256:5d87ed2ae06bcf3756bf73174b3a4284b9e40cc9bd376a3363c110dacac746aa | ||
tags: | ||
4.2.7: sha256:5d87ed2ae06bcf3756bf73174b3a4284b9e40cc9bd376a3363c110dacac746aa | ||
docker: unlhcc/bcl-convert | ||
"4.2.7": sha256:5d87ed2ae06bcf3756bf73174b3a4284b9e40cc9bd376a3363c110dacac746aa |