https://github.com/snakemake/snakemake-executor-plugin-googlebatch
Snakemake executor plugin for Google Batch
https://github.com/snakemake/snakemake-executor-plugin-googlebatch
Last synced: about 1 year ago
JSON representation
Snakemake executor plugin for Google Batch
- Host: GitHub
- URL: https://github.com/snakemake/snakemake-executor-plugin-googlebatch
- Owner: snakemake
- License: mit
- Created: 2023-10-17T06:17:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T08:49:47.000Z (about 1 year ago)
- Last Synced: 2025-04-08T09:45:21.801Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 183 KB
- Stars: 4
- Watchers: 2
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Snakemake executor plugin: google-batch
This is the [Google Batch](https://cloud.google.com/batch/docs/get-started) external executor plugin for snakemake.
For documentation, see the [Snakemake plugin catalog](https://snakemake.github.io/snakemake-plugin-catalog/plugins/executor/googlebatch.html).
### Notes
- Conda is used to install Snakemake and dependencies.
- The COS (container OS) uses the default Snakemake container, unless you specify differently.
For examples, look into the [examples](examples) directory.
## Developer
The instructions for creating and scaffolding this plugin are [here](https://github.com/snakemake/poetry-snakemake-plugin#scaffolding-an-executor-plugin).
Instructions for writing your plugin with examples are provided via the [snakemake-executor-plugin-interface](https://github.com/snakemake/snakemake-executor-plugin-interface).
## License
HPCIC DevTools is distributed under the terms of the MIT license.
All new contributions must be made under this license.
See [LICENSE](https://github.com/converged-computing/cloud-select/blob/main/LICENSE),
[COPYRIGHT](https://github.com/converged-computing/cloud-select/blob/main/COPYRIGHT), and
[NOTICE](https://github.com/converged-computing/cloud-select/blob/main/NOTICE) for details.
SPDX-License-Identifier: (MIT)
LLNL-CODE- 842614