-
Notifications
You must be signed in to change notification settings - Fork 0
Day2
genomewalker edited this page May 26, 2024
·
1 revision
The tutorial has been written with the help of ChatGPT
Snakemake is a workflow management system that helps automate complex data pipelines. With Snakemake, you can define a set of rules that describe the steps necessary to process your data, and Snakemake will handle the execution of those steps for you. This makes it much easier to manage and reproduce complex data analyses.
- Day 0
- Day 1
- Setting up the environment
- Task 1: Writing a simple BASH script
- Task 2: Writing a More Complex BASH script
- Day 2
- Resources