Closed thomasbtf closed 7 months ago
trigger rerun
trigger rerun for v7.3.2
CI if failing with:
Creating conda environment ../workflow/envs/ragoo.yaml...
Downloading and installing remote packages.
CreateCondaEnvironmentException:
Could not create conda environment from /github/workspace/workflow/rules/../envs/ragoo.yaml:
ERROR Could not write out repodata file '/opt/conda/pkgs/cache/f03598e2.json': No such file or directory
Never seem that
Description
Snakemake has recently completely redesigned reports. They also have a useful new feature that makes it possible to present the whole thing more high-level and less file-based: https://snakemake.readthedocs.io/en/stable/snakefiles/reporting.html#defining-file-labels
This PR includes the first steps for using this new design.
Related Issue
N/A
Checklist
pre-commit
if needed.CODE_OF_CONDUCT.md
document.CONTRIBUTING.md
guide.