Skip to content

Commit

Permalink
typo pt-1-read-cleaning.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srisarya authored Sep 20, 2024
1 parent b593010 commit 12e9f9a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ For each practical, you will have to create the following directory structure:
* main directory in your home directory in the format
(`YYYY-MM-DD-name_of_the_practical`, where `YYYY` is the current year, `MM` is
the current month, and `DD` is the current day, and `name_of_the_practical`
matches the practical). For instance, on the 23rd of September 2024, you should
create the directory `2024-09-23_read_cleaning` for this practical. In the
matches the practical). For instance, on the 24th of September 2024, you should
create the directory `2024-09-24_read_cleaning` for this practical. In the
tutorial we will use this example directory name.
* Inside this directory, create other three directories, called `input`, `tmp`,
and `results`.
Expand All @@ -70,7 +70,7 @@ Your directory structure should look like this (run `tree` in your `home`
directory):

```bash
2023-09-26-read_cleaning
2023-09-24-read_cleaning
├── input
├── tmp
├── results
Expand Down

0 comments on commit 12e9f9a

Please sign in to comment.