Snakemake storage plugin: xrootd

https://img.shields.io/badge/repository-unknown-blue?color=%23022c22 https://img.shields.io/badge/author-Chris%20Burr%20%3Cchristopher.burr%40cern.ch%3E-purple?color=%23064e3b https://img.shields.io/badge/author-Johannes%20Koester%20%3Cjohannes.koester%40uni--due.de%3E-purple?color=%23064e3b https://img.shields.io/badge/author-Matthew%20Monk%20%3Cmatthew.david.monk%40cern.ch%3E-purple?color=%23064e3b PyPI - Version PyPI - License Snakemake

Error

Not a valid plugin:  WARN Using local manifest /tmp/tmpz3ds8rjn/pixi.toml rather than /home/runner/work/snakemake-plugin-catalog/snakemake-plugin-catalog/pixi.toml from environment variable `PIXI_PROJECT_MANIFEST`
✨ Pixi task (extract-info): python -c "from snakemake_interface_storage_plugins.registry import StoragePluginRegistry; plugin = StoragePluginRegistry().get_plugin('xrootd'); import json; fmt_type = lambda thetype: thetype.__name__ if thetype is not None else None; fmt_setting_item = lambda key, value: (key, fmt_type(value)) if key == 'type' else (key, value); fmt_setting = lambda setting: dict(map(lambda item: fmt_setting_item(*item), setting.items())); print(json.dumps(list(map(fmt_setting, plugin.get_settings_info()))))"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
    from snakemake_interface_storage_plugins.registry import StoragePluginRegistry; plugin = StoragePluginRegistry().get_plugin('xrootd'); import json; fmt_type = lambda thetype: thetype.__name__ if thetype is not None else None; fmt_setting_item = lambda key, value: (key, fmt_type(value)) if key == 'type' else (key, value); fmt_setting = lambda setting: dict(map(lambda item: fmt_setting_item(*item), setting.items())); print(json.dumps(list(map(fmt_setting, plugin.get_settings_info()))))
                                                                                             ~~~~~~~~~~~~~~~~~~~~~^^
  File "/tmp/tmpz3ds8rjn/.pixi/envs/default/lib/python3.13/site-packages/snakemake_interface_common/plugin_registry/__init__.py", line 40, in __init__
    self.collect_plugins()
    ~~~~~~~~~~~~~~~~~~~~^^
  File "/tmp/tmpz3ds8rjn/.pixi/envs/default/lib/python3.13/site-packages/snakemake_interface_common/plugin_registry/__init__.py", line 97, in collect_plugins
    module = importlib.import_module(moduleinfo.name)
  File "/tmp/tmpz3ds8rjn/.pixi/envs/default/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1023, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/tmp/tmpz3ds8rjn/.pixi/envs/default/lib/python3.13/site-packages/snakemake_storage_plugin_xrootd/__init__.py", line 7, in <module>
    from reretry import retry
ModuleNotFoundError: No module named 'reretry'


Please contact the plugin authors.

Warning

No repository URL found in Pypi metadata. The plugin should specify a repository URL in its pyproject.toml (key 'repository'). It is unclear whether the plugin is maintained and reviewed by the official Snakemake organization (https://github.com/snakemake).