Commit 7af7561
fix: Remove the redundant --keep-local option (#57)
The PR removes the `--storage-gcs-keep-local` option. The option is
non-functional and is already covered by Snakemake's option
`--keep-storage-local-copies`. I propose a fix for the general
`keep-local` functionality in snakemake/snakemake#3358
Closes #56.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Refactor**
- Simplified the storage provider configuration by removing the option
to keep local copies of storage objects, while continuing to support
remote storage management.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: Tadas Bareikis <tadas@vugene.com>1 parent 8052134 commit 7af7561
1 file changed
+0
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 54 | | |
64 | 55 | | |
65 | 56 | | |
| |||
0 commit comments