Skip to content

Commit 542e378

Browse files
authored
Fix a typo
1 parent b35bf9f commit 542e378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snakemake_for_automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ We can create our own wildcard too. This is really handy for running our
348348
workflow on all of our samples.
349349

350350
```
351-
# Create a list of strings ontaining all of our sample names
351+
# Create a list of strings containing all of our sample names
352352
SAMPLES=['ERR458493', 'ERR458494', 'ERR458495', 'ERR458500', 'ERR458501',
353353
'ERR458502']
354354

0 commit comments

Comments
 (0)