-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Yi Liu edited this page Nov 21, 2024
·
1 revision
Tools to make processing and analysis reproducible
1hr workshop
40min talk, 20min Q&A
two docs
- env creation
- snakemake steps
-
What is a virtual environment
-
how conda env works
- conda channel and pre-built packages
- filetree structure
-
conda commands
- creating env
- searching for and installing a package from a channel
-
What is a pipeline
-
What is a pipeline orchestrator and why do you need it
- reproducibility
-
Structure of a snakefile
-
Demo
-
Cache inheritance
-
Early detection
-
Experiments