Commit eace08f
fix: in remote jobs, upload storage in topological order such that modification dates are preserved (e.g. in case of group jobs) (#3377)
### Description
<!--Add a description of your PR here-->
### QC
<!-- Make sure that you can tick the boxes below. -->
* [x] The PR contains a test case for the changes or the changes are
already covered by an existing test case.
* [x] 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
- **Refactor**
- Improved the job output storage workflow by changing the data
structure for job processing.
- **New Features**
- Included template files in the package distribution for enhanced
functionality.
- **Chores**
- Restructured dependencies in the test environment to treat certain
tools as top-level dependencies, streamlining package management.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Co-authored-by: Tadas Bareikis <[email protected]>1 parent c7473a6 commit eace08f
1 file changed
+19
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
423 | 426 | | |
424 | | - | |
425 | | - | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
426 | 432 | | |
427 | 433 | | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | 434 | | |
432 | 435 | | |
433 | 436 | | |
| |||
0 commit comments