Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 881 Bytes

File metadata and controls

24 lines (15 loc) · 881 Bytes

Intro to debugging Snakemake workflows

This repository contains a few examples to help you start debugging your Snakemake workflows more efficiently. In order to use them, make sure that you have snakemake installed, either in a dedicated conda environment or in a virtual venv environment.

Work through the examples in the following order:

  1. Snakefile_ItsAFancyPythonFile
  2. Snakefile_FileNotFound
  3. Snakefile_ItIsNotDoingWhatIWantItToDo

Each file describes situations to learn about, the snakemake commands for you to run, and explanations of what is happening.

Contributions and license

Contributions welcome! Please open an issue or a pull request.