Skip to content

Commit

Permalink
Modify container.yaml to use string tags on versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jterstriep committed Jul 17, 2024
1 parent 48aeb07 commit 9693f1a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 35 deletions.
12 changes: 6 additions & 6 deletions gamess/container.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
path: gamess.sif
url: https://www.msg.chem.iastate.edu/
maintainer: '@jterstriep'
maintainer: "@jterstriep"

description: 'GAMESS (General Atomic and Molecular Electronic Structure
description: "GAMESS (General Atomic and Molecular Electronic Structure
System) is a general ab initio quantum chemistry package that uses various
models to compute the electronic structure of atoms, molecules, or
molecular fragments. "Ab initio" refers to calculations that are
molecular fragments. \"Ab initio\" refers to calculations that are
performed from first principles, meaning they do not rely on empirical or
experimentally obtained data.'
experimentally obtained data."


latest:
2022.2: sha256:caae00cea035b1aba1a9a38e39cecf2ecc7f6ba443187204b405302645e7cac1
"2022.2": sha256:caae00cea035b1aba1a9a38e39cecf2ecc7f6ba443187204b405302645e7cac1
tags:
2022.2: sha256:caae00cea035b1aba1a9a38e39cecf2ecc7f6ba443187204b405302645e7cac1
"2022.2": sha256:caae00cea035b1aba1a9a38e39cecf2ecc7f6ba443187204b405302645e7cac1

aliases:
ddikick.x: /opt/gamess/ddikick.x
Expand Down
7 changes: 4 additions & 3 deletions nvcr.io/nvidia/pyg/container.yaml
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
Expand All @@ -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?
Expand Down
29 changes: 12 additions & 17 deletions pathml/pathml/container.yaml
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:
Expand All @@ -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
14 changes: 5 additions & 9 deletions unlhcc/bcl-convert/container.yaml
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:
Expand All @@ -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

0 comments on commit 9693f1a

Please sign in to comment.