Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 576 Bytes

File metadata and controls

7 lines (5 loc) · 576 Bytes

Error handling

Snakemake

General debugging ressources for everything related to snakemake can be found in the snakemake FAQ.

Log files

The pipeline is designed with rule-specific log files, which are stored in the intermediate output directory. These logs serve as the primary resource for identifying and addressing any rule-specific issues that arise during execution. If you encounter errors or unexpected behavior, these files should be your first point of reference for debugging.