snakemake-software-deployment-plugin-container 0.2.0__tar.gz → 0.3.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.0 → snakemake_software_deployment_plugin_container-0.3.0}/CHANGELOG.md +14 -0
- {snakemake_software_deployment_plugin_container-0.2.0 → snakemake_software_deployment_plugin_container-0.3.0}/PKG-INFO +1 -1
- {snakemake_software_deployment_plugin_container-0.2.0 → snakemake_software_deployment_plugin_container-0.3.0}/pixi.lock +55 -58
- {snakemake_software_deployment_plugin_container-0.2.0 → snakemake_software_deployment_plugin_container-0.3.0}/pyproject.toml +2 -2
- {snakemake_software_deployment_plugin_container-0.2.0 → snakemake_software_deployment_plugin_container-0.3.0}/src/snakemake_software_deployment_plugin_container/__init__.py +10 -15
- {snakemake_software_deployment_plugin_container-0.2.0 → snakemake_software_deployment_plugin_container-0.3.0}/.github/workflows/ci.yml +0 -0
- {snakemake_software_deployment_plugin_container-0.2.0 → snakemake_software_deployment_plugin_container-0.3.0}/.github/workflows/conventional-prs.yml +0 -0
- {snakemake_software_deployment_plugin_container-0.2.0 → snakemake_software_deployment_plugin_container-0.3.0}/.github/workflows/release-please.yml +0 -0
- {snakemake_software_deployment_plugin_container-0.2.0 → snakemake_software_deployment_plugin_container-0.3.0}/.gitignore +0 -0
- {snakemake_software_deployment_plugin_container-0.2.0 → snakemake_software_deployment_plugin_container-0.3.0}/LICENSE +0 -0
- {snakemake_software_deployment_plugin_container-0.2.0 → snakemake_software_deployment_plugin_container-0.3.0}/README.md +0 -0
- {snakemake_software_deployment_plugin_container-0.2.0 → snakemake_software_deployment_plugin_container-0.3.0}/setup.cfg +0 -0
- {snakemake_software_deployment_plugin_container-0.2.0 → snakemake_software_deployment_plugin_container-0.3.0}/tests/test_plugin.py +0 -0
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.3.0](https://github.com/snakemake/snakemake-software-deployment-plugin-container/compare/v0.2.1...v0.3.0) (2026-02-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* always mount system tempdir ([60ef0bd](https://github.com/snakemake/snakemake-software-deployment-plugin-container/commit/60ef0bd3384edffc8816b687b88a321da4b053f3))
|
|
9
|
+
|
|
10
|
+
## [0.2.1](https://github.com/snakemake/snakemake-software-deployment-plugin-container/compare/v0.2.0...v0.2.1) (2026-02-17)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* fix mountpoint handling ([#7](https://github.com/snakemake/snakemake-software-deployment-plugin-container/issues/7)) ([ce2c1c9](https://github.com/snakemake/snakemake-software-deployment-plugin-container/commit/ce2c1c9cd29820835468ac4b8c808a4b6e114ee9))
|
|
16
|
+
|
|
3
17
|
## [0.2.0](https://github.com/snakemake/snakemake-software-deployment-plugin-container/compare/v0.1.0...v0.2.0) (2026-02-17)
|
|
4
18
|
|
|
5
19
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: snakemake-software-deployment-plugin-container
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.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>
|
|
@@ -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-
|
|
13
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda
|
|
14
14
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.1.4-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,11 +36,11 @@ 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/3e/40/78867f0bacd71b973d6c76ea94a8324d017ee4c1d8c6b96cc8efdb86c466/snakemake_interface_software_deployment_plugins-0.10.1-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-
|
|
43
|
+
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-hd037594_9.conda
|
|
44
44
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.1.4-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
|
|
@@ -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/3e/40/78867f0bacd71b973d6c76ea94a8324d017ee4c1d8c6b96cc8efdb86c466/snakemake_interface_software_deployment_plugins-0.10.1-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,7 +74,7 @@ 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-
|
|
77
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda
|
|
78
78
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.1.4-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
|
|
@@ -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,11 +114,11 @@ 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/3e/40/78867f0bacd71b973d6c76ea94a8324d017ee4c1d8c6b96cc8efdb86c466/snakemake_interface_software_deployment_plugins-0.10.1-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-
|
|
121
|
+
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-hd037594_9.conda
|
|
122
122
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.1.4-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
|
|
@@ -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/3e/40/78867f0bacd71b973d6c76ea94a8324d017ee4c1d8c6b96cc8efdb86c466/snakemake_interface_software_deployment_plugins-0.10.1-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,7 +171,7 @@ 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-
|
|
174
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda
|
|
175
175
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.1.4-hbd8a1cb_0.conda
|
|
176
176
|
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2026.1.4-pyhd8ed1ab_0.conda
|
|
177
177
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-2.0.0-py314h4a8dc5f_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-
|
|
201
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda
|
|
202
202
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.86.4-h6548e54_0.conda
|
|
203
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-
|
|
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
|
|
@@ -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/3e/40/78867f0bacd71b973d6c76ea94a8324d017ee4c1d8c6b96cc8efdb86c466/snakemake_interface_software_deployment_plugins-0.10.1-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,7 +252,7 @@ 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-
|
|
255
|
+
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-hd037594_9.conda
|
|
256
256
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.1.4-hbd8a1cb_0.conda
|
|
257
257
|
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2026.1.4-pyhd8ed1ab_0.conda
|
|
258
258
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-2.0.0-py314h44086f9_1.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/3e/40/78867f0bacd71b973d6c76ea94a8324d017ee4c1d8c6b96cc8efdb86c466/snakemake_interface_software_deployment_plugins-0.10.1-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,27 +414,27 @@ 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:
|
|
436
|
+
size: 124834
|
|
437
|
+
timestamp: 1771350416561
|
|
438
438
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.1.4-hbd8a1cb_0.conda
|
|
439
439
|
sha256: b5974ec9b50e3c514a382335efa81ed02b05906849827a34061c496f4defa0b2
|
|
440
440
|
md5: bddacf101bb4dd0e51811cb69c7790e2
|
|
@@ -917,20 +917,19 @@ 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
|
-
license_family: GPL
|
|
931
930
|
purls: []
|
|
932
|
-
size:
|
|
933
|
-
timestamp:
|
|
931
|
+
size: 1041788
|
|
932
|
+
timestamp: 1771378212382
|
|
934
933
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.86.4-h6548e54_0.conda
|
|
935
934
|
sha256: 0d8cf491cb00aeb35fcfb68dfcb5b0ad188a98fb35c21c2421d2b2acc128cbf5
|
|
936
935
|
md5: b7113551db5a3e2403cdd052c66e9999
|
|
@@ -947,16 +946,15 @@ packages:
|
|
|
947
946
|
purls: []
|
|
948
947
|
size: 4432190
|
|
949
948
|
timestamp: 1771291719860
|
|
950
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-
|
|
951
|
-
sha256:
|
|
952
|
-
md5:
|
|
949
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda
|
|
950
|
+
sha256: 21337ab58e5e0649d869ab168d4e609b033509de22521de1bfed0c031bfc5110
|
|
951
|
+
md5: 239c5e9546c38a1e884d69effcf4c882
|
|
953
952
|
depends:
|
|
954
953
|
- __glibc >=2.17,<3.0.a0
|
|
955
954
|
license: GPL-3.0-only WITH GCC-exception-3.1
|
|
956
|
-
license_family: GPL
|
|
957
955
|
purls: []
|
|
958
|
-
size:
|
|
959
|
-
timestamp:
|
|
956
|
+
size: 603262
|
|
957
|
+
timestamp: 1771378117851
|
|
960
958
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda
|
|
961
959
|
sha256: c467851a7312765447155e071752d7bf9bf44d610a5687e32706f480aad2833f
|
|
962
960
|
md5: 915f5995e94f60e9a4826e0b0920ee88
|
|
@@ -1034,19 +1032,18 @@ packages:
|
|
|
1034
1032
|
purls: []
|
|
1035
1033
|
size: 909777
|
|
1036
1034
|
timestamp: 1768148320535
|
|
1037
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-
|
|
1038
|
-
sha256:
|
|
1039
|
-
md5:
|
|
1035
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda
|
|
1036
|
+
sha256: 78668020064fdaa27e9ab65cd2997e2c837b564ab26ce3bf0e58a2ce1a525c6e
|
|
1037
|
+
md5: 1b08cd684f34175e4514474793d44bcb
|
|
1040
1038
|
depends:
|
|
1041
1039
|
- __glibc >=2.17,<3.0.a0
|
|
1042
|
-
- libgcc 15.2.0
|
|
1040
|
+
- libgcc 15.2.0 he0feb66_18
|
|
1043
1041
|
constrains:
|
|
1044
|
-
- libstdcxx-ng ==15.2.0=*
|
|
1042
|
+
- libstdcxx-ng ==15.2.0=*_18
|
|
1045
1043
|
license: GPL-3.0-only WITH GCC-exception-3.1
|
|
1046
|
-
license_family: GPL
|
|
1047
1044
|
purls: []
|
|
1048
|
-
size:
|
|
1049
|
-
timestamp:
|
|
1045
|
+
size: 5852330
|
|
1046
|
+
timestamp: 1771378262446
|
|
1050
1047
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.3-h5347b49_0.conda
|
|
1051
1048
|
sha256: 1a7539cfa7df00714e8943e18de0b06cceef6778e420a5ee3a2a145773758aee
|
|
1052
1049
|
md5: db409b7c1720428638e7c0d509d3e1b5
|
|
@@ -1600,18 +1597,18 @@ packages:
|
|
|
1600
1597
|
- configargparse>=1.7
|
|
1601
1598
|
- packaging>=24.0,<26.0
|
|
1602
1599
|
requires_python: '>=3.8'
|
|
1603
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1600
|
+
- pypi: https://files.pythonhosted.org/packages/3e/40/78867f0bacd71b973d6c76ea94a8324d017ee4c1d8c6b96cc8efdb86c466/snakemake_interface_software_deployment_plugins-0.10.1-py3-none-any.whl
|
|
1604
1601
|
name: snakemake-interface-software-deployment-plugins
|
|
1605
|
-
version: 0.10.
|
|
1606
|
-
sha256:
|
|
1602
|
+
version: 0.10.1
|
|
1603
|
+
sha256: da2a221c2a56caad99c9998863aeb41e6d930530507009b29a0ea05bdab476a8
|
|
1607
1604
|
requires_dist:
|
|
1608
1605
|
- argparse-dataclass>=2.0.0,<3.0
|
|
1609
1606
|
- snakemake-interface-common>=1.17.4,<2.0.0
|
|
1610
1607
|
requires_python: '>=3.11,<4.0'
|
|
1611
1608
|
- pypi: ./
|
|
1612
1609
|
name: snakemake-software-deployment-plugin-container
|
|
1613
|
-
version: 0.
|
|
1614
|
-
sha256:
|
|
1610
|
+
version: 0.3.0
|
|
1611
|
+
sha256: fbd9c1a2618e53ae973413383190a06842d47bfc6b52ccf93a654a06aeba2478
|
|
1615
1612
|
requires_dist:
|
|
1616
1613
|
- snakemake-interface-common>=1.17.4,<2.0.0
|
|
1617
1614
|
- snakemake-interface-software-deployment-plugins>=0.9.1,<1.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "snakemake-software-deployment-plugin-container"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.3.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" }
|
|
@@ -57,7 +57,7 @@ cmd = [
|
|
|
57
57
|
|
|
58
58
|
[tool.coverage.report]
|
|
59
59
|
exclude_lines = ["pass", "\\.\\.\\."]
|
|
60
|
-
fail_under =
|
|
60
|
+
fail_under = 91.0
|
|
61
61
|
|
|
62
62
|
[tool.pixi.feature.publish.dependencies]
|
|
63
63
|
twine = ">=6.1.0,<7"
|
|
@@ -3,8 +3,8 @@ __copyright__ = "Copyright 2025, ben carrillo"
|
|
|
3
3
|
__email__ = "ben.uzh@pm.me"
|
|
4
4
|
__license__ = "MIT"
|
|
5
5
|
|
|
6
|
-
import os.path
|
|
7
6
|
import shlex
|
|
7
|
+
import tempfile
|
|
8
8
|
from dataclasses import dataclass, field
|
|
9
9
|
from os import getcwd
|
|
10
10
|
from shutil import which
|
|
@@ -25,10 +25,6 @@ from snakemake_interface_common.exceptions import WorkflowError # noqa: F401
|
|
|
25
25
|
from snakemake_interface_common.settings import SettingsEnumBase
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
# The mountpoint for the Snakemake working directory inside the container.
|
|
29
|
-
SNAKEMAKE_MOUNTPOINT = "/mnt/snakemake"
|
|
30
|
-
|
|
31
|
-
|
|
32
28
|
# ContainerType is an enum that defines the different container types we support.
|
|
33
29
|
# If adding new ones, make sure the choice is the same as the command name.
|
|
34
30
|
class Runtime(SettingsEnumBase):
|
|
@@ -51,7 +47,8 @@ class Settings(SoftwareDeploymentSettingsBase):
|
|
|
51
47
|
default_factory=list,
|
|
52
48
|
metadata={
|
|
53
49
|
"nargs": "+",
|
|
54
|
-
"help": "Additional mount points (format: hostpath:containerpath)"
|
|
50
|
+
"help": "Additional mount points (format: hostpath:containerpath). "
|
|
51
|
+
"Current working directory and the system tmpdir are always mounted.",
|
|
55
52
|
},
|
|
56
53
|
)
|
|
57
54
|
|
|
@@ -114,14 +111,13 @@ class Env(EnvBase):
|
|
|
114
111
|
raise WorkflowError(f"{cmd} is not available in PATH")
|
|
115
112
|
|
|
116
113
|
def decorate_shellcmd(self, cmd: str) -> str:
|
|
117
|
-
# TODO pass more options here (
|
|
118
|
-
|
|
119
|
-
SNAKEMAKE_MOUNTPOINT, ".cache/snakemake/source-cache"
|
|
120
|
-
)
|
|
114
|
+
# TODO pass more options here (user etc)
|
|
115
|
+
tmpdir = tempfile.gettempdir()
|
|
121
116
|
|
|
122
117
|
mountpoints = (
|
|
123
|
-
f" -v {getcwd()!r}:{
|
|
124
|
-
f" -v {str(self.source_cache)!r}:{
|
|
118
|
+
f" -v {getcwd()!r}:{getcwd()!r}" # Mount host directory to container
|
|
119
|
+
f" -v {str(self.source_cache)!r}:{str(self.source_cache)!r}" # Mount host cache to container
|
|
120
|
+
f" -v {tmpdir!r}:{tmpdir!r}" # always mount the temporary directory
|
|
125
121
|
)
|
|
126
122
|
for mountpoint in self.settings.mountpoints:
|
|
127
123
|
mountpoints += f" -v {mountpoint!r}"
|
|
@@ -129,8 +125,7 @@ class Env(EnvBase):
|
|
|
129
125
|
decorated_cmd = (
|
|
130
126
|
f"{self.settings.runtime} run"
|
|
131
127
|
" --rm" # Remove container after execution
|
|
132
|
-
f" -
|
|
133
|
-
f" -w {SNAKEMAKE_MOUNTPOINT!r}" # Working directory inside container
|
|
128
|
+
f" -w {getcwd()!r}" # Working directory inside container
|
|
134
129
|
f" {mountpoints}"
|
|
135
130
|
f" {self.spec.image_uri}" # Container image
|
|
136
131
|
" /bin/sh" # Shell executable
|
|
@@ -144,7 +139,7 @@ class Env(EnvBase):
|
|
|
144
139
|
# could potentially contain a different set of software (in terms of versions or
|
|
145
140
|
# packages). Use self.spec (containing the corresponding EnvSpec object)
|
|
146
141
|
# to determine the hash.
|
|
147
|
-
hash_object.update(
|
|
142
|
+
hash_object.update(self.spec.image_uri.encode())
|
|
148
143
|
|
|
149
144
|
def report_software(self) -> Iterable[SoftwareReport]:
|
|
150
145
|
# Report the software contained in the environment. This should be a list of
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|