You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new parameter `--max-checksum-file-size` to adjust the maximal
file size for which a checksum is computed when the DAG is build.
This is related to snakemake#2949
### QC
<!-- Make sure that you can tick the boxes below. -->
* [ ] The PR contains a test case for the changes or the changes are
already covered by an existing test case.
* [ ] The documentation (`docs/`) is updated to reflect the changes or
this is not necessary (e.g. if the change does neither modify the
language nor the behavior or functionalities of Snakemake).
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Added a new command-line option to let users specify a maximum file
size for checksum processing, with a default threshold of 1,000,000
bytes.
- **Refactor**
- Updated file validation and checksum routines to enforce the new file
size limit, ensuring more efficient processing across workflow
operations.
- Made method signatures more explicit by removing default values for
threshold parameters in checksum-related methods.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Co-authored-by: Johanna <[email protected]>
Co-authored-by: johannaschmitz <[email protected]>
Co-authored-by: Johannes Köster <[email protected]>
0 commit comments