Snakemake storage plugin: nersc

https://img.shields.io/badge/repository-github-blue?color=%23022c22 https://img.shields.io/badge/author-Luigi%20Pertoldi%20%3Cluigi.pertoldi%40protonmail.com%3E-purple?color=%23064e3b PyPI - Version PyPI - License

Warning

This plugin is not maintained and reviewed by the official Snakemake organization.

Error

Not a valid plugin:  WARN Using local manifest /tmp/tmpp61wj1zk/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('nersc'); 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('nersc'); 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/tmpp61wj1zk/.pixi/envs/default/lib/python3.14/site-packages/snakemake_interface_common/plugin_registry/plugin.py", line 120, in get_settings_info
    "help": thefield.metadata["help"],
            ~~~~~~~~~~~~~~~~~^^^^^^^^
KeyError: 'help'


Please file a corresponding issue in the plugin's `repository <https://github.com/legend-exp/snakemake-storage-plugin-nersc>`__ (if there is none yet).

Warning

No documentation found in repository https://github.com/legend-exp/snakemake-storage-plugin-nersc. The plugin should provide a docs/intro.md with some introductory sentences and optionally a docs/further.md file with details beyond the auto-generated usage instructions presented in this catalog.