Skip to content

Commit

Permalink
Reformat title
Browse files Browse the repository at this point in the history
  • Loading branch information
tbooth committed Oct 11, 2024
1 parent c89c719 commit b5840e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions episodes/04-logs_and_errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ this out and use arrows to indicate the linkages between the steps.

::::::::::::::: solution

## A sample answer based on brewing a mug of tea.
## Solution

### A sample answer based on brewing a mug of tea.

```
"Boil Water" : input=cold water, output=hot water
Expand All @@ -48,7 +50,7 @@ this out and use arrows to indicate the linkages between the steps.
"Add Milk And Sugar" : input=[tea infusion, milk, sugar], output=cuppa
```

## A more bioinformatics-centric workflow
### A simple bioinformatics workflow

```
"Align reads to genome" : input=[reads, reference], output=BAM file
Expand Down

0 comments on commit b5840e5

Please sign in to comment.