chore(main): release 0.4.4 (#34)
:robot: I have created a release beep boop
#
0.4.4 (2025-03-24)
Bug Fixes
This PR was generated with Release Please. See documentation.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Snakemake Storage Plugin Azure
Azure Blob Storage plugin for snakemake. For documentation and usage instructions, see the Snakemake Plugin Catalog.
Testing
Testing this plugin locally require the azurite storage emulator to be running locally. This can be setup using the following docker run command:
Then execute the tests:
Example
The 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
Command:
The storage account and container that the output file is streamed to is specified using the default-storage-prefix.