{"library":"snakemake-storage-plugin-fs","title":"Snakemake Storage Plugin FS","type":"library","description":"A Snakemake storage plugin for reading and writing from a locally mounted filesystem using rsync. Version 1.1.3 is the latest stable release, with active development and monthly releases focused on bug fixes and compatibility with Snakemake's storage plugin API.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install snakemake-storage-plugin-fs"],"cli":null},"imports":["from snakemake_storage_plugin_fs import StorageProviderFS"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/snakemake/snakemake-storage-plugin-fs","docs":"https://snakemake.github.io/snakemake-plugin-catalog/plugins/storage/fs.html","changelog":null,"pypi":"https://pypi.org/project/snakemake-storage-plugin-fs/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from snakemake_storage_plugin_fs import StorageProviderFS\n\n# Example: initialize with remote path and optional prefix\nprovider = StorageProviderFS(\n    remote_path=\"/path/to/remote\",\n    prefix=\"/local/prefix\"\n)\n\n# Example operations (normally triggered by Snakemake)\nprint(provider.list())\nprint(provider.stat(\"some_file.txt\"))","lang":"python","description":"Basic usage of the plugin to interact with a local filesystem storage. The plugin is typically used implicitly by Snakemake when a workflow references storage queries with 'fs://' prefix.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}