{"id":19227956,"url":"https://github.com/snakemake/snakemake-storage-plugin-azure","last_synced_at":"2025-04-05T03:16:19.557Z","repository":{"id":205364154,"uuid":"714063586","full_name":"snakemake/snakemake-storage-plugin-azure","owner":"snakemake","description":"Snakemake storage plugin for Azure Blob Storage","archived":false,"fork":false,"pushed_at":"2025-03-24T13:19:31.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T13:28:16.004Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/snakemake.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-03T20:48:38.000Z","updated_at":"2025-03-24T13:19:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"223960a6-0d30-4572-a7a5-ee0e08e01ee9","html_url":"https://github.com/snakemake/snakemake-storage-plugin-azure","commit_stats":{"total_commits":53,"total_committers":4,"mean_commits":13.25,"dds":0.2075471698113207,"last_synced_commit":"fd4c98f41a5190b9d71aa8e9b972949a77e4f0b4"},"previous_names":["snakemake/snakemake-storage-plugin-az"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snakemake%2Fsnakemake-storage-plugin-azure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snakemake%2Fsnakemake-storage-plugin-azure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snakemake%2Fsnakemake-storage-plugin-azure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snakemake%2Fsnakemake-storage-plugin-azure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snakemake","download_url":"https://codeload.github.com/snakemake/snakemake-storage-plugin-azure/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280255,"owners_count":20912967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T15:26:03.650Z","updated_at":"2025-04-05T03:16:19.532Z","avatar_url":"https://github.com/snakemake.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snakemake Storage Plugin Azure\n\nAzure Blob Storage plugin for snakemake. For documentation and usage instructions, see the [Snakemake Plugin Catalog](https://snakemake.github.io/snakemake-plugin-catalog/plugins/storage/azure.html).\n\n# Testing\n\nTesting this plugin locally require the azurite storage emulator to be running locally. \nThis can be setup using the following docker run command: \n\n```\ndocker run -p 10000:10000 mcr.microsoft.com/azure-storage/azurite azurite-blob --blobHost 0.0.0.0\n```\n\nThen execute the tests: \n```\npoetry run coverage run -m pytest tests/tests.py\n```\n\n# Example\n\nThe below example Snakefile and command will stream a file, test.txt, containing the text \"Hello, World\" to the azure blob: https://accountname.blob.core.windows.net/container/test.txt\n\n```Snakefile\nrule touch:\n    output: \"test.txt\"\n    shell:\n        \"echo 'Hello, World!' \u003e {output}\"\n```\n\n**Command:**\n\nThe storage account and container that the output file is streamed to is specified using the default-storage-prefix.\n\n```\nsnakemake -j1 \\\n    --default-storage-provider azure \\\n    --default-storage-prefix \"az://container\"\n    --storage-azure-account-name accountname \\\n    --verbose\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnakemake%2Fsnakemake-storage-plugin-azure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnakemake%2Fsnakemake-storage-plugin-azure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnakemake%2Fsnakemake-storage-plugin-azure/lists"}