Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 50ec884

Browse files
committed
Fix small mistakes
1 parent 992e8ea commit 50ec884

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

episodes/01_introduction.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,18 @@ teaching: 10
2323
- Scalable
2424
- Reusable
2525

26-
## Strengths and Weaknesses of Snakemake
27-
28-
## Strengths
26+
## Strengths of Snakemake
2927
- Only creates missing or out of date files
3028
- Flexible control over which files are created
3129
- Uses potentially familiar Python syntax
3230
- Dynamic branching - Output files and commands used determined while the workflow is running
3331

34-
## Weaknesses
32+
## Weaknesses of Snakemake
3533
- Rule based logic instead of procedural logic
3634
- Requires some python code/knowledge for typical workflows
3735

3836
## Class Plan
3937
- Create Snakemake Workflow that
4038
- Runs R scripts for filtering and final analysis
4139
- Runs Machine Learning Components
42-
- Efficently processes many files at the same time
40+
- Efficiently processes many files at the same time

episodes/05_setup_env.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This module will switch Compiler environment to gnu/11.2.0 and load mkl/2021.3.0
2323
Lmod is automatically replacing "intel/19.0.5" with "gnu/11.2.0".
2424
The following have been reloaded with a version change:
2525
1) mvapich2/2.3.3 => mvapich2/2.3.6
26-
Configuring R to use the yaml, dplyr, and rmarkdown packages.
26+
Configuring R to use the yaml package.
2727
Configuring singularity to use a cache to speed up pulling containers.
2828
```
2929

0 commit comments

Comments
 (0)