snakemake-software-deployment-plugin-container 0.2.1__tar.gz → 0.4.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {snakemake_software_deployment_plugin_container-0.2.1 → snakemake_software_deployment_plugin_container-0.4.0}/CHANGELOG.md +19 -0
- {snakemake_software_deployment_plugin_container-0.2.1 → snakemake_software_deployment_plugin_container-0.4.0}/PKG-INFO +2 -2
- {snakemake_software_deployment_plugin_container-0.2.1 → snakemake_software_deployment_plugin_container-0.4.0}/pixi.lock +98 -98
- {snakemake_software_deployment_plugin_container-0.2.1 → snakemake_software_deployment_plugin_container-0.4.0}/pyproject.toml +3 -3
- {snakemake_software_deployment_plugin_container-0.2.1 → snakemake_software_deployment_plugin_container-0.4.0}/src/snakemake_software_deployment_plugin_container/__init__.py +18 -6
- {snakemake_software_deployment_plugin_container-0.2.1 → snakemake_software_deployment_plugin_container-0.4.0}/.github/workflows/ci.yml +0 -0
- {snakemake_software_deployment_plugin_container-0.2.1 → snakemake_software_deployment_plugin_container-0.4.0}/.github/workflows/conventional-prs.yml +0 -0
- {snakemake_software_deployment_plugin_container-0.2.1 → snakemake_software_deployment_plugin_container-0.4.0}/.github/workflows/release-please.yml +0 -0
- {snakemake_software_deployment_plugin_container-0.2.1 → snakemake_software_deployment_plugin_container-0.4.0}/.gitignore +0 -0
- {snakemake_software_deployment_plugin_container-0.2.1 → snakemake_software_deployment_plugin_container-0.4.0}/LICENSE +0 -0
- {snakemake_software_deployment_plugin_container-0.2.1 → snakemake_software_deployment_plugin_container-0.4.0}/README.md +0 -0
- {snakemake_software_deployment_plugin_container-0.2.1 → snakemake_software_deployment_plugin_container-0.4.0}/setup.cfg +0 -0
- {snakemake_software_deployment_plugin_container-0.2.1 → snakemake_software_deployment_plugin_container-0.4.0}/tests/test_plugin.py +0 -0
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.4.0](https://github.com/snakemake/snakemake-software-deployment-plugin-container/compare/v0.3.0...v0.4.0) (2026-02-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* implement check whether given executable is contained in container image ([9edf4a6](https://github.com/snakemake/snakemake-software-deployment-plugin-container/commit/9edf4a6d4a80cea414bdbc844a58d052e2e8db0a))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* adapt to latest changes in interface ([3c5fd0b](https://github.com/snakemake/snakemake-software-deployment-plugin-container/commit/3c5fd0bda99ec3e64dbe0b2b9012e14287759509))
|
|
14
|
+
|
|
15
|
+
## [0.3.0](https://github.com/snakemake/snakemake-software-deployment-plugin-container/compare/v0.2.1...v0.3.0) (2026-02-18)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* always mount system tempdir ([60ef0bd](https://github.com/snakemake/snakemake-software-deployment-plugin-container/commit/60ef0bd3384edffc8816b687b88a321da4b053f3))
|
|
21
|
+
|
|
3
22
|
## [0.2.1](https://github.com/snakemake/snakemake-software-deployment-plugin-container/compare/v0.2.0...v0.2.1) (2026-02-17)
|
|
4
23
|
|
|
5
24
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: snakemake-software-deployment-plugin-container
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4.0
|
|
4
4
|
Project-URL: repository, https://github.com/snakemake/snakemake-software-deployment-plugin-container
|
|
5
5
|
Project-URL: documentation, https://snakemake.github.io/snakemake-plugin-catalog/plugins/software-deployment/container.html
|
|
6
6
|
Author-email: Ben Carrillo <ben.uzh@pm.me>, Johannes Köster <johannes.koester@uni-due.de>
|
|
7
7
|
License-File: LICENSE
|
|
8
8
|
Requires-Python: <4.0,>=3.11
|
|
9
9
|
Requires-Dist: snakemake-interface-common<2.0.0,>=1.17.4
|
|
10
|
-
Requires-Dist: snakemake-interface-software-deployment-plugins<1.0,>=0.
|
|
10
|
+
Requires-Dist: snakemake-interface-software-deployment-plugins<1.0,>=0.12.0
|
|
11
11
|
Requires-Dist: udocker<2.0.0,>=1.3.17
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
|
|
@@ -10,18 +10,18 @@ environments:
|
|
|
10
10
|
packages:
|
|
11
11
|
linux-64:
|
|
12
12
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-20_gnu.conda
|
|
13
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-
|
|
14
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.
|
|
13
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda
|
|
14
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda
|
|
15
15
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/icu-78.2-h33c6efd_0.conda
|
|
16
16
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_101.conda
|
|
17
17
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.4-hecca717_0.conda
|
|
18
18
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.5.2-h3435931_0.conda
|
|
19
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-
|
|
20
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-
|
|
19
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda
|
|
20
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda
|
|
21
21
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.2-hb03c661_0.conda
|
|
22
22
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libmpdec-4.0.0-hb03c661_1.conda
|
|
23
23
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.51.2-hf4e2dac_0.conda
|
|
24
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-
|
|
24
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda
|
|
25
25
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.3-h5347b49_0.conda
|
|
26
26
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
|
|
27
27
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda
|
|
@@ -36,12 +36,12 @@ environments:
|
|
|
36
36
|
- pypi: https://files.pythonhosted.org/packages/31/28/d28211d29bcc3620b1fece85a65ce5bb22f18670a03cd28ea4b75ede270c/configargparse-1.7.1-py3-none-any.whl
|
|
37
37
|
- pypi: https://files.pythonhosted.org/packages/20/12/38679034af332785aac8774540895e234f4d07f7545804097de4b666afd8/packaging-25.0-py3-none-any.whl
|
|
38
38
|
- pypi: https://files.pythonhosted.org/packages/0f/c4/2da11760cebae7cfc66304ce5dccbabf9f1323e3e0ab8091960b84ad2bd6/snakemake_interface_common-1.22.0-py3-none-any.whl
|
|
39
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
39
|
+
- pypi: https://files.pythonhosted.org/packages/c0/09/946f1fad9abd7b1fc18386bd77d98ba6f78ce049e1265966a78754d9bbcd/snakemake_interface_software_deployment_plugins-0.13.0-py3-none-any.whl
|
|
40
40
|
- pypi: https://files.pythonhosted.org/packages/55/d6/caafad263b0e2375c2a8c586ac8b91fb7d3e363e6d1ab1e35a365d684254/udocker-1.3.17-py2.py3-none-any.whl
|
|
41
41
|
- pypi: ./
|
|
42
42
|
osx-arm64:
|
|
43
|
-
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-
|
|
44
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.
|
|
43
|
+
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-hd037594_9.conda
|
|
44
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda
|
|
45
45
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-78.2-h38cb7af_0.conda
|
|
46
46
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.7.4-hf6b4638_0.conda
|
|
47
47
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.5.2-hcf2aa1b_0.conda
|
|
@@ -61,7 +61,7 @@ environments:
|
|
|
61
61
|
- pypi: https://files.pythonhosted.org/packages/31/28/d28211d29bcc3620b1fece85a65ce5bb22f18670a03cd28ea4b75ede270c/configargparse-1.7.1-py3-none-any.whl
|
|
62
62
|
- pypi: https://files.pythonhosted.org/packages/20/12/38679034af332785aac8774540895e234f4d07f7545804097de4b666afd8/packaging-25.0-py3-none-any.whl
|
|
63
63
|
- pypi: https://files.pythonhosted.org/packages/0f/c4/2da11760cebae7cfc66304ce5dccbabf9f1323e3e0ab8091960b84ad2bd6/snakemake_interface_common-1.22.0-py3-none-any.whl
|
|
64
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
64
|
+
- pypi: https://files.pythonhosted.org/packages/c0/09/946f1fad9abd7b1fc18386bd77d98ba6f78ce049e1265966a78754d9bbcd/snakemake_interface_software_deployment_plugins-0.13.0-py3-none-any.whl
|
|
65
65
|
- pypi: https://files.pythonhosted.org/packages/55/d6/caafad263b0e2375c2a8c586ac8b91fb7d3e363e6d1ab1e35a365d684254/udocker-1.3.17-py2.py3-none-any.whl
|
|
66
66
|
- pypi: ./
|
|
67
67
|
dev:
|
|
@@ -74,8 +74,8 @@ environments:
|
|
|
74
74
|
packages:
|
|
75
75
|
linux-64:
|
|
76
76
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-20_gnu.conda
|
|
77
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-
|
|
78
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.
|
|
77
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda
|
|
78
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda
|
|
79
79
|
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda
|
|
80
80
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.4-py314h67df5f8_0.conda
|
|
81
81
|
- conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda
|
|
@@ -84,12 +84,12 @@ environments:
|
|
|
84
84
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_101.conda
|
|
85
85
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.4-hecca717_0.conda
|
|
86
86
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.5.2-h3435931_0.conda
|
|
87
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-
|
|
88
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-
|
|
87
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda
|
|
88
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda
|
|
89
89
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.2-hb03c661_0.conda
|
|
90
90
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libmpdec-4.0.0-hb03c661_1.conda
|
|
91
91
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.51.2-hf4e2dac_0.conda
|
|
92
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-
|
|
92
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda
|
|
93
93
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.3-h5347b49_0.conda
|
|
94
94
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
|
|
95
95
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda
|
|
@@ -114,12 +114,12 @@ environments:
|
|
|
114
114
|
- pypi: https://files.pythonhosted.org/packages/31/28/d28211d29bcc3620b1fece85a65ce5bb22f18670a03cd28ea4b75ede270c/configargparse-1.7.1-py3-none-any.whl
|
|
115
115
|
- pypi: https://files.pythonhosted.org/packages/a6/24/4d91e05817e92e3a61c8a21e08fd0f390f5301f1c448b137c57c4bc6e543/semver-3.0.4-py3-none-any.whl
|
|
116
116
|
- pypi: https://files.pythonhosted.org/packages/1a/c7/e6e9ff155558b473f9eec20f7e35faa15dd6f3d03c4100f7609e44a8428f/snakemake_interface_common-1.19.2-py3-none-any.whl
|
|
117
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
117
|
+
- pypi: https://files.pythonhosted.org/packages/c0/09/946f1fad9abd7b1fc18386bd77d98ba6f78ce049e1265966a78754d9bbcd/snakemake_interface_software_deployment_plugins-0.13.0-py3-none-any.whl
|
|
118
118
|
- pypi: https://files.pythonhosted.org/packages/55/d6/caafad263b0e2375c2a8c586ac8b91fb7d3e363e6d1ab1e35a365d684254/udocker-1.3.17-py2.py3-none-any.whl
|
|
119
119
|
- pypi: ./
|
|
120
120
|
osx-arm64:
|
|
121
|
-
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-
|
|
122
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.
|
|
121
|
+
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-hd037594_9.conda
|
|
122
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda
|
|
123
123
|
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda
|
|
124
124
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/coverage-7.13.4-py314h6e9b3f0_0.conda
|
|
125
125
|
- conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda
|
|
@@ -153,7 +153,7 @@ environments:
|
|
|
153
153
|
- pypi: https://files.pythonhosted.org/packages/31/28/d28211d29bcc3620b1fece85a65ce5bb22f18670a03cd28ea4b75ede270c/configargparse-1.7.1-py3-none-any.whl
|
|
154
154
|
- pypi: https://files.pythonhosted.org/packages/a6/24/4d91e05817e92e3a61c8a21e08fd0f390f5301f1c448b137c57c4bc6e543/semver-3.0.4-py3-none-any.whl
|
|
155
155
|
- pypi: https://files.pythonhosted.org/packages/1a/c7/e6e9ff155558b473f9eec20f7e35faa15dd6f3d03c4100f7609e44a8428f/snakemake_interface_common-1.19.2-py3-none-any.whl
|
|
156
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
156
|
+
- pypi: https://files.pythonhosted.org/packages/c0/09/946f1fad9abd7b1fc18386bd77d98ba6f78ce049e1265966a78754d9bbcd/snakemake_interface_software_deployment_plugins-0.13.0-py3-none-any.whl
|
|
157
157
|
- pypi: https://files.pythonhosted.org/packages/55/d6/caafad263b0e2375c2a8c586ac8b91fb7d3e363e6d1ab1e35a365d684254/udocker-1.3.17-py2.py3-none-any.whl
|
|
158
158
|
- pypi: ./
|
|
159
159
|
publish:
|
|
@@ -171,9 +171,9 @@ environments:
|
|
|
171
171
|
- conda: https://conda.anaconda.org/conda-forge/noarch/backports.tarfile-1.2.0-pyhcf101f3_2.conda
|
|
172
172
|
- conda: https://conda.anaconda.org/conda-forge/noarch/backports.zstd-1.3.0-py314h680f03e_0.conda
|
|
173
173
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.2.0-py314h3de4e8d_1.conda
|
|
174
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-
|
|
175
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.
|
|
176
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2026.
|
|
174
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda
|
|
175
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda
|
|
176
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda
|
|
177
177
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-2.0.0-py314h4a8dc5f_1.conda
|
|
178
178
|
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.4-pyhd8ed1ab_0.conda
|
|
179
179
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/cmarkgfm-2024.11.20-py314h5bd0f2a_1.conda
|
|
@@ -198,14 +198,14 @@ environments:
|
|
|
198
198
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_101.conda
|
|
199
199
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.4-hecca717_0.conda
|
|
200
200
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.5.2-h3435931_0.conda
|
|
201
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-
|
|
202
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.86.4-
|
|
203
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-
|
|
201
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda
|
|
202
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.86.4-h6548e54_1.conda
|
|
203
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda
|
|
204
204
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda
|
|
205
205
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.2-hb03c661_0.conda
|
|
206
206
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libmpdec-4.0.0-hb03c661_1.conda
|
|
207
207
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.51.2-hf4e2dac_0.conda
|
|
208
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-
|
|
208
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda
|
|
209
209
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.3-h5347b49_0.conda
|
|
210
210
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
|
|
211
211
|
- conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda
|
|
@@ -229,7 +229,7 @@ environments:
|
|
|
229
229
|
- conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.5-pyhcf101f3_1.conda
|
|
230
230
|
- conda: https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda
|
|
231
231
|
- conda: https://conda.anaconda.org/conda-forge/noarch/rfc3986-2.0.0-pyhd8ed1ab_1.conda
|
|
232
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/rich-14.3.
|
|
232
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/rich-14.3.3-pyhcf101f3_0.conda
|
|
233
233
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/secretstorage-3.4.1-py314hdafbbf9_0.conda
|
|
234
234
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda
|
|
235
235
|
- conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.0-pyhcf101f3_0.conda
|
|
@@ -243,7 +243,7 @@ environments:
|
|
|
243
243
|
- pypi: https://files.pythonhosted.org/packages/31/28/d28211d29bcc3620b1fece85a65ce5bb22f18670a03cd28ea4b75ede270c/configargparse-1.7.1-py3-none-any.whl
|
|
244
244
|
- pypi: https://files.pythonhosted.org/packages/a6/24/4d91e05817e92e3a61c8a21e08fd0f390f5301f1c448b137c57c4bc6e543/semver-3.0.4-py3-none-any.whl
|
|
245
245
|
- pypi: https://files.pythonhosted.org/packages/1a/c7/e6e9ff155558b473f9eec20f7e35faa15dd6f3d03c4100f7609e44a8428f/snakemake_interface_common-1.19.2-py3-none-any.whl
|
|
246
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
246
|
+
- pypi: https://files.pythonhosted.org/packages/c0/09/946f1fad9abd7b1fc18386bd77d98ba6f78ce049e1265966a78754d9bbcd/snakemake_interface_software_deployment_plugins-0.13.0-py3-none-any.whl
|
|
247
247
|
- pypi: https://files.pythonhosted.org/packages/55/d6/caafad263b0e2375c2a8c586ac8b91fb7d3e363e6d1ab1e35a365d684254/udocker-1.3.17-py2.py3-none-any.whl
|
|
248
248
|
- pypi: ./
|
|
249
249
|
osx-arm64:
|
|
@@ -252,9 +252,9 @@ environments:
|
|
|
252
252
|
- conda: https://conda.anaconda.org/conda-forge/noarch/backports.tarfile-1.2.0-pyhcf101f3_2.conda
|
|
253
253
|
- conda: https://conda.anaconda.org/conda-forge/noarch/backports.zstd-1.3.0-py314h680f03e_0.conda
|
|
254
254
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.2.0-py314h3daef5d_1.conda
|
|
255
|
-
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-
|
|
256
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.
|
|
257
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2026.
|
|
255
|
+
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-hd037594_9.conda
|
|
256
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda
|
|
257
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda
|
|
258
258
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-2.0.0-py314h44086f9_1.conda
|
|
259
259
|
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.4-pyhd8ed1ab_0.conda
|
|
260
260
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cmarkgfm-2024.11.20-py314hb84d1df_1.conda
|
|
@@ -273,7 +273,7 @@ environments:
|
|
|
273
273
|
- conda: https://conda.anaconda.org/conda-forge/noarch/jaraco.context-6.1.0-pyhcf101f3_0.conda
|
|
274
274
|
- conda: https://conda.anaconda.org/conda-forge/noarch/jaraco.functools-4.4.0-pyhcf101f3_1.conda
|
|
275
275
|
- conda: https://conda.anaconda.org/conda-forge/noarch/keyring-25.7.0-pyh534df25_0.conda
|
|
276
|
-
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-
|
|
276
|
+
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-22.1.0-h55c6f16_1.conda
|
|
277
277
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.7.4-hf6b4638_0.conda
|
|
278
278
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.5.2-hcf2aa1b_0.conda
|
|
279
279
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.8.2-h8088a28_0.conda
|
|
@@ -300,7 +300,7 @@ environments:
|
|
|
300
300
|
- conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.5-pyhcf101f3_1.conda
|
|
301
301
|
- conda: https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda
|
|
302
302
|
- conda: https://conda.anaconda.org/conda-forge/noarch/rfc3986-2.0.0-pyhd8ed1ab_1.conda
|
|
303
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/rich-14.3.
|
|
303
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/rich-14.3.3-pyhcf101f3_0.conda
|
|
304
304
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h010d191_3.conda
|
|
305
305
|
- conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.0-pyhcf101f3_0.conda
|
|
306
306
|
- conda: https://conda.anaconda.org/conda-forge/noarch/twine-6.2.0-pyhcf101f3_0.conda
|
|
@@ -313,7 +313,7 @@ environments:
|
|
|
313
313
|
- pypi: https://files.pythonhosted.org/packages/31/28/d28211d29bcc3620b1fece85a65ce5bb22f18670a03cd28ea4b75ede270c/configargparse-1.7.1-py3-none-any.whl
|
|
314
314
|
- pypi: https://files.pythonhosted.org/packages/a6/24/4d91e05817e92e3a61c8a21e08fd0f390f5301f1c448b137c57c4bc6e543/semver-3.0.4-py3-none-any.whl
|
|
315
315
|
- pypi: https://files.pythonhosted.org/packages/1a/c7/e6e9ff155558b473f9eec20f7e35faa15dd6f3d03c4100f7609e44a8428f/snakemake_interface_common-1.19.2-py3-none-any.whl
|
|
316
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
316
|
+
- pypi: https://files.pythonhosted.org/packages/c0/09/946f1fad9abd7b1fc18386bd77d98ba6f78ce049e1265966a78754d9bbcd/snakemake_interface_software_deployment_plugins-0.13.0-py3-none-any.whl
|
|
317
317
|
- pypi: https://files.pythonhosted.org/packages/55/d6/caafad263b0e2375c2a8c586ac8b91fb7d3e363e6d1ab1e35a365d684254/udocker-1.3.17-py2.py3-none-any.whl
|
|
318
318
|
- pypi: ./
|
|
319
319
|
packages:
|
|
@@ -414,46 +414,46 @@ packages:
|
|
|
414
414
|
- pkg:pypi/brotli?source=hash-mapping
|
|
415
415
|
size: 359854
|
|
416
416
|
timestamp: 1764018178608
|
|
417
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-
|
|
418
|
-
sha256:
|
|
419
|
-
md5:
|
|
417
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda
|
|
418
|
+
sha256: 0b75d45f0bba3e95dc693336fa51f40ea28c980131fec438afb7ce6118ed05f6
|
|
419
|
+
md5: d2ffd7602c02f2b316fd921d39876885
|
|
420
420
|
depends:
|
|
421
421
|
- __glibc >=2.17,<3.0.a0
|
|
422
422
|
- libgcc >=14
|
|
423
423
|
license: bzip2-1.0.6
|
|
424
424
|
license_family: BSD
|
|
425
425
|
purls: []
|
|
426
|
-
size:
|
|
427
|
-
timestamp:
|
|
428
|
-
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-
|
|
429
|
-
sha256:
|
|
430
|
-
md5:
|
|
426
|
+
size: 260182
|
|
427
|
+
timestamp: 1771350215188
|
|
428
|
+
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-hd037594_9.conda
|
|
429
|
+
sha256: 540fe54be35fac0c17feefbdc3e29725cce05d7367ffedfaaa1bdda234b019df
|
|
430
|
+
md5: 620b85a3f45526a8bc4d23fd78fc22f0
|
|
431
431
|
depends:
|
|
432
432
|
- __osx >=11.0
|
|
433
433
|
license: bzip2-1.0.6
|
|
434
434
|
license_family: BSD
|
|
435
435
|
purls: []
|
|
436
|
-
size:
|
|
437
|
-
timestamp:
|
|
438
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.
|
|
439
|
-
sha256:
|
|
440
|
-
md5:
|
|
436
|
+
size: 124834
|
|
437
|
+
timestamp: 1771350416561
|
|
438
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda
|
|
439
|
+
sha256: 67cc7101b36421c5913a1687ef1b99f85b5d6868da3abbf6ec1a4181e79782fc
|
|
440
|
+
md5: 4492fd26db29495f0ba23f146cd5638d
|
|
441
441
|
depends:
|
|
442
442
|
- __unix
|
|
443
443
|
license: ISC
|
|
444
444
|
purls: []
|
|
445
|
-
size:
|
|
446
|
-
timestamp:
|
|
447
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2026.
|
|
448
|
-
sha256:
|
|
449
|
-
md5:
|
|
445
|
+
size: 147413
|
|
446
|
+
timestamp: 1772006283803
|
|
447
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda
|
|
448
|
+
sha256: a6b118fd1ed6099dc4fc03f9c492b88882a780fadaef4ed4f93dc70757713656
|
|
449
|
+
md5: 765c4d97e877cdbbb88ff33152b86125
|
|
450
450
|
depends:
|
|
451
451
|
- python >=3.10
|
|
452
452
|
license: ISC
|
|
453
453
|
purls:
|
|
454
454
|
- pkg:pypi/certifi?source=compressed-mapping
|
|
455
|
-
size:
|
|
456
|
-
timestamp:
|
|
455
|
+
size: 151445
|
|
456
|
+
timestamp: 1772001170301
|
|
457
457
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-2.0.0-py314h4a8dc5f_1.conda
|
|
458
458
|
sha256: c6339858a0aaf5d939e00d345c98b99e4558f285942b27232ac098ad17ac7f8e
|
|
459
459
|
md5: cf45f4278afd6f4e6d03eda0f435d527
|
|
@@ -604,7 +604,7 @@ packages:
|
|
|
604
604
|
license: Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT
|
|
605
605
|
license_family: BSD
|
|
606
606
|
purls:
|
|
607
|
-
- pkg:pypi/cryptography?source=
|
|
607
|
+
- pkg:pypi/cryptography?source=hash-mapping
|
|
608
608
|
size: 1721078
|
|
609
609
|
timestamp: 1770772685661
|
|
610
610
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.16.2-h24cb091_1.conda
|
|
@@ -639,7 +639,7 @@ packages:
|
|
|
639
639
|
- typing_extensions >=4.6.0
|
|
640
640
|
license: MIT and PSF-2.0
|
|
641
641
|
purls:
|
|
642
|
-
- pkg:pypi/exceptiongroup?source=
|
|
642
|
+
- pkg:pypi/exceptiongroup?source=hash-mapping
|
|
643
643
|
size: 21333
|
|
644
644
|
timestamp: 1763918099466
|
|
645
645
|
- conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda
|
|
@@ -710,7 +710,7 @@ packages:
|
|
|
710
710
|
license: Apache-2.0
|
|
711
711
|
license_family: APACHE
|
|
712
712
|
purls:
|
|
713
|
-
- pkg:pypi/id?source=
|
|
713
|
+
- pkg:pypi/id?source=hash-mapping
|
|
714
714
|
size: 27972
|
|
715
715
|
timestamp: 1770237711404
|
|
716
716
|
- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda
|
|
@@ -861,16 +861,16 @@ packages:
|
|
|
861
861
|
purls: []
|
|
862
862
|
size: 725507
|
|
863
863
|
timestamp: 1770267139900
|
|
864
|
-
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-
|
|
865
|
-
sha256:
|
|
866
|
-
md5:
|
|
864
|
+
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-22.1.0-h55c6f16_1.conda
|
|
865
|
+
sha256: ce1049fa6fda9cf08ff1c50fb39573b5b0ea6958375d8ea7ccd8456ab81a0bcb
|
|
866
|
+
md5: e9c56daea841013e7774b5cd46f41564
|
|
867
867
|
depends:
|
|
868
868
|
- __osx >=11.0
|
|
869
869
|
license: Apache-2.0 WITH LLVM-exception
|
|
870
870
|
license_family: Apache
|
|
871
871
|
purls: []
|
|
872
|
-
size:
|
|
873
|
-
timestamp:
|
|
872
|
+
size: 568910
|
|
873
|
+
timestamp: 1772001095642
|
|
874
874
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.4-hecca717_0.conda
|
|
875
875
|
sha256: d78f1d3bea8c031d2f032b760f36676d87929b18146351c4464c66b0869df3f5
|
|
876
876
|
md5: e7f7ce06ec24cfcfb9e36d28cf82ba57
|
|
@@ -917,23 +917,23 @@ packages:
|
|
|
917
917
|
purls: []
|
|
918
918
|
size: 40979
|
|
919
919
|
timestamp: 1769456747661
|
|
920
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-
|
|
921
|
-
sha256:
|
|
922
|
-
md5:
|
|
920
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda
|
|
921
|
+
sha256: faf7d2017b4d718951e3a59d081eb09759152f93038479b768e3d612688f83f5
|
|
922
|
+
md5: 0aa00f03f9e39fb9876085dee11a85d4
|
|
923
923
|
depends:
|
|
924
924
|
- __glibc >=2.17,<3.0.a0
|
|
925
925
|
- _openmp_mutex >=4.5
|
|
926
926
|
constrains:
|
|
927
|
-
- libgcc-ng ==15.2.0=*
|
|
928
|
-
- libgomp 15.2.0
|
|
927
|
+
- libgcc-ng ==15.2.0=*_18
|
|
928
|
+
- libgomp 15.2.0 he0feb66_18
|
|
929
929
|
license: GPL-3.0-only WITH GCC-exception-3.1
|
|
930
930
|
license_family: GPL
|
|
931
931
|
purls: []
|
|
932
|
-
size:
|
|
933
|
-
timestamp:
|
|
934
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.86.4-
|
|
935
|
-
sha256:
|
|
936
|
-
md5:
|
|
932
|
+
size: 1041788
|
|
933
|
+
timestamp: 1771378212382
|
|
934
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.86.4-h6548e54_1.conda
|
|
935
|
+
sha256: a27e44168a1240b15659888ce0d9b938ed4bdb49e9ea68a7c1ff27bcea8b55ce
|
|
936
|
+
md5: bb26456332b07f68bf3b7622ed71c0da
|
|
937
937
|
depends:
|
|
938
938
|
- __glibc >=2.17,<3.0.a0
|
|
939
939
|
- libffi >=3.5.2,<3.6.0a0
|
|
@@ -942,21 +942,21 @@ packages:
|
|
|
942
942
|
- libzlib >=1.3.1,<2.0a0
|
|
943
943
|
- pcre2 >=10.47,<10.48.0a0
|
|
944
944
|
constrains:
|
|
945
|
-
- glib 2.86.4 *
|
|
945
|
+
- glib 2.86.4 *_1
|
|
946
946
|
license: LGPL-2.1-or-later
|
|
947
947
|
purls: []
|
|
948
|
-
size:
|
|
949
|
-
timestamp:
|
|
950
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-
|
|
951
|
-
sha256:
|
|
952
|
-
md5:
|
|
948
|
+
size: 4398701
|
|
949
|
+
timestamp: 1771863239578
|
|
950
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda
|
|
951
|
+
sha256: 21337ab58e5e0649d869ab168d4e609b033509de22521de1bfed0c031bfc5110
|
|
952
|
+
md5: 239c5e9546c38a1e884d69effcf4c882
|
|
953
953
|
depends:
|
|
954
954
|
- __glibc >=2.17,<3.0.a0
|
|
955
955
|
license: GPL-3.0-only WITH GCC-exception-3.1
|
|
956
956
|
license_family: GPL
|
|
957
957
|
purls: []
|
|
958
|
-
size:
|
|
959
|
-
timestamp:
|
|
958
|
+
size: 603262
|
|
959
|
+
timestamp: 1771378117851
|
|
960
960
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda
|
|
961
961
|
sha256: c467851a7312765447155e071752d7bf9bf44d610a5687e32706f480aad2833f
|
|
962
962
|
md5: 915f5995e94f60e9a4826e0b0920ee88
|
|
@@ -1034,19 +1034,19 @@ packages:
|
|
|
1034
1034
|
purls: []
|
|
1035
1035
|
size: 909777
|
|
1036
1036
|
timestamp: 1768148320535
|
|
1037
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-
|
|
1038
|
-
sha256:
|
|
1039
|
-
md5:
|
|
1037
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda
|
|
1038
|
+
sha256: 78668020064fdaa27e9ab65cd2997e2c837b564ab26ce3bf0e58a2ce1a525c6e
|
|
1039
|
+
md5: 1b08cd684f34175e4514474793d44bcb
|
|
1040
1040
|
depends:
|
|
1041
1041
|
- __glibc >=2.17,<3.0.a0
|
|
1042
|
-
- libgcc 15.2.0
|
|
1042
|
+
- libgcc 15.2.0 he0feb66_18
|
|
1043
1043
|
constrains:
|
|
1044
|
-
- libstdcxx-ng ==15.2.0=*
|
|
1044
|
+
- libstdcxx-ng ==15.2.0=*_18
|
|
1045
1045
|
license: GPL-3.0-only WITH GCC-exception-3.1
|
|
1046
1046
|
license_family: GPL
|
|
1047
1047
|
purls: []
|
|
1048
|
-
size:
|
|
1049
|
-
timestamp:
|
|
1048
|
+
size: 5852330
|
|
1049
|
+
timestamp: 1771378262446
|
|
1050
1050
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.3-h5347b49_0.conda
|
|
1051
1051
|
sha256: 1a7539cfa7df00714e8943e18de0b06cceef6778e420a5ee3a2a145773758aee
|
|
1052
1052
|
md5: db409b7c1720428638e7c0d509d3e1b5
|
|
@@ -1516,9 +1516,9 @@ packages:
|
|
|
1516
1516
|
- pkg:pypi/rfc3986?source=hash-mapping
|
|
1517
1517
|
size: 38028
|
|
1518
1518
|
timestamp: 1733921806657
|
|
1519
|
-
- conda: https://conda.anaconda.org/conda-forge/noarch/rich-14.3.
|
|
1520
|
-
sha256:
|
|
1521
|
-
md5:
|
|
1519
|
+
- conda: https://conda.anaconda.org/conda-forge/noarch/rich-14.3.3-pyhcf101f3_0.conda
|
|
1520
|
+
sha256: b06ce84d6a10c266811a7d3adbfa1c11f13393b91cc6f8a5b468277d90be9590
|
|
1521
|
+
md5: 7a6289c50631d620652f5045a63eb573
|
|
1522
1522
|
depends:
|
|
1523
1523
|
- markdown-it-py >=2.2.0
|
|
1524
1524
|
- pygments >=2.13.0,<3.0.0
|
|
@@ -1529,8 +1529,8 @@ packages:
|
|
|
1529
1529
|
license_family: MIT
|
|
1530
1530
|
purls:
|
|
1531
1531
|
- pkg:pypi/rich?source=compressed-mapping
|
|
1532
|
-
size:
|
|
1533
|
-
timestamp:
|
|
1532
|
+
size: 208472
|
|
1533
|
+
timestamp: 1771572730357
|
|
1534
1534
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.14.14-h40fa522_1.conda
|
|
1535
1535
|
noarch: python
|
|
1536
1536
|
sha256: 0c6c9825ff88195fd13936d63872213d6c88c1fe795d136881c0753c3037c5ff
|
|
@@ -1600,21 +1600,21 @@ packages:
|
|
|
1600
1600
|
- configargparse>=1.7
|
|
1601
1601
|
- packaging>=24.0,<26.0
|
|
1602
1602
|
requires_python: '>=3.8'
|
|
1603
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1603
|
+
- pypi: https://files.pythonhosted.org/packages/c0/09/946f1fad9abd7b1fc18386bd77d98ba6f78ce049e1265966a78754d9bbcd/snakemake_interface_software_deployment_plugins-0.13.0-py3-none-any.whl
|
|
1604
1604
|
name: snakemake-interface-software-deployment-plugins
|
|
1605
|
-
version: 0.
|
|
1606
|
-
sha256:
|
|
1605
|
+
version: 0.13.0
|
|
1606
|
+
sha256: ad2711e3bc6b10445931fc491cde10a2d9488331facc3b6abb7d710cb114383b
|
|
1607
1607
|
requires_dist:
|
|
1608
1608
|
- argparse-dataclass>=2.0.0,<3.0
|
|
1609
1609
|
- snakemake-interface-common>=1.17.4,<2.0.0
|
|
1610
1610
|
requires_python: '>=3.11,<4.0'
|
|
1611
1611
|
- pypi: ./
|
|
1612
1612
|
name: snakemake-software-deployment-plugin-container
|
|
1613
|
-
version: 0.
|
|
1614
|
-
sha256:
|
|
1613
|
+
version: 0.4.0
|
|
1614
|
+
sha256: f2c88bae3529fc99faa876666fc571614891836ca94b6715fee70c2bf7b07922
|
|
1615
1615
|
requires_dist:
|
|
1616
1616
|
- snakemake-interface-common>=1.17.4,<2.0.0
|
|
1617
|
-
- snakemake-interface-software-deployment-plugins>=0.
|
|
1617
|
+
- snakemake-interface-software-deployment-plugins>=0.12.0,<1.0
|
|
1618
1618
|
- udocker>=1.3.17,<2.0.0
|
|
1619
1619
|
requires_python: '>=3.11,<4.0'
|
|
1620
1620
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda
|
|
@@ -1735,7 +1735,7 @@ packages:
|
|
|
1735
1735
|
license: MIT
|
|
1736
1736
|
license_family: MIT
|
|
1737
1737
|
purls:
|
|
1738
|
-
- pkg:pypi/zipp?source=
|
|
1738
|
+
- pkg:pypi/zipp?source=hash-mapping
|
|
1739
1739
|
size: 24194
|
|
1740
1740
|
timestamp: 1764460141901
|
|
1741
1741
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "snakemake-software-deployment-plugin-container"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.4.0"
|
|
4
4
|
authors = [
|
|
5
5
|
{ name = "Ben Carrillo", email = "ben.uzh@pm.me" },
|
|
6
6
|
{ name = "Johannes Köster", email = "johannes.koester@uni-due.de" }
|
|
@@ -10,7 +10,7 @@ readme = "README.md"
|
|
|
10
10
|
requires-python = ">=3.11,<4.0"
|
|
11
11
|
dependencies = [
|
|
12
12
|
"snakemake-interface-common (>=1.17.4,<2.0.0)",
|
|
13
|
-
"snakemake-interface-software-deployment-plugins (>=0.
|
|
13
|
+
"snakemake-interface-software-deployment-plugins (>=0.12.0,<1.0)",
|
|
14
14
|
"udocker (>=1.3.17,<2.0.0)",
|
|
15
15
|
]
|
|
16
16
|
|
|
@@ -57,7 +57,7 @@ cmd = [
|
|
|
57
57
|
|
|
58
58
|
[tool.coverage.report]
|
|
59
59
|
exclude_lines = ["pass", "\\.\\.\\."]
|
|
60
|
-
fail_under =
|
|
60
|
+
fail_under = 90.0
|
|
61
61
|
|
|
62
62
|
[tool.pixi.feature.publish.dependencies]
|
|
63
63
|
twine = ">=6.1.0,<7"
|
|
@@ -46,7 +46,8 @@ class Settings(SoftwareDeploymentSettingsBase):
|
|
|
46
46
|
default_factory=list,
|
|
47
47
|
metadata={
|
|
48
48
|
"nargs": "+",
|
|
49
|
-
"help": "Additional mount points (format: hostpath:containerpath)"
|
|
49
|
+
"help": "Additional mount points (format: hostpath:containerpath). "
|
|
50
|
+
"Current working directory and the system tmpdir are always mounted.",
|
|
50
51
|
},
|
|
51
52
|
)
|
|
52
53
|
|
|
@@ -74,8 +75,8 @@ class EnvSpec(EnvSpecBase):
|
|
|
74
75
|
class Env(EnvBase):
|
|
75
76
|
# image_repo is the de-referenced repository from where the image was obtained
|
|
76
77
|
image_repo: str
|
|
77
|
-
settings: Settings
|
|
78
|
-
spec: EnvSpec
|
|
78
|
+
settings: Settings
|
|
79
|
+
spec: EnvSpec
|
|
79
80
|
|
|
80
81
|
# image_hash is a hash of the image that can be used to identify it
|
|
81
82
|
# TODO: populate it *after* fetching/execution
|
|
@@ -109,12 +110,13 @@ class Env(EnvBase):
|
|
|
109
110
|
raise WorkflowError(f"{cmd} is not available in PATH")
|
|
110
111
|
|
|
111
112
|
def decorate_shellcmd(self, cmd: str) -> str:
|
|
112
|
-
# TODO pass more options here (user etc)
|
|
113
|
+
# TODO pass more options here (user etc)?
|
|
113
114
|
|
|
114
115
|
mountpoints = (
|
|
115
|
-
f" -v {
|
|
116
|
-
f" -v {str(self.source_cache)!r}:{str(self.source_cache)!r}" # Mount host cache to container
|
|
116
|
+
f" -v {str(self.tempdir)!r}:/tmp" # always mount the temporary directory
|
|
117
117
|
)
|
|
118
|
+
for mountpoint in self.mountpoints:
|
|
119
|
+
mountpoints += f" -v {str(mountpoint)!r}:{str(mountpoint)!r}"
|
|
118
120
|
for mountpoint in self.settings.mountpoints:
|
|
119
121
|
mountpoints += f" -v {mountpoint!r}"
|
|
120
122
|
|
|
@@ -130,6 +132,16 @@ class Env(EnvBase):
|
|
|
130
132
|
|
|
131
133
|
return decorated_cmd
|
|
132
134
|
|
|
135
|
+
def contains_executable(self, executable: str) -> bool:
|
|
136
|
+
return (
|
|
137
|
+
self.run_cmd(
|
|
138
|
+
self.decorate_shellcmd(f"which {executable}"),
|
|
139
|
+
check=True,
|
|
140
|
+
capture_output=True,
|
|
141
|
+
).returncode
|
|
142
|
+
== 0
|
|
143
|
+
)
|
|
144
|
+
|
|
133
145
|
def record_hash(self, hash_object) -> None:
|
|
134
146
|
# Update given hash such that it changes whenever the environment
|
|
135
147
|
# could potentially contain a different set of software (in terms of versions or
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|