Skip to content

Commit 06b3cb7

Browse files
authored
Update 00_orientation.md
1 parent 433d5a9 commit 06b3cb7

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

docs/nf4_science/genomics/00_orientation.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The training environment contains all the software, code and data necessary to work through this training course, so you don't need to install anything yourself.
44
However, you do need a (free) account to log in, and you should take a few minutes to familiarize yourself with the interface.
55

6-
If you have not yet done so, please follow [this link](../../envsetup/) before going any further.
6+
If you have not yet done so, please follow [this link](../../../envsetup/) before going any further.
77

88
## Materials provided
99

@@ -31,9 +31,16 @@ If you run this inside `nf4-science/genomics`, you should see the following outp
3131
│ ├── sample_bams.txt
3232
│ └── samplesheet.csv
3333
├── genomics-1.nf
34-
└── genomics-2.nf
34+
├── genomics-2.nf
35+
├── genomics-3.nf
36+
├── genomics-4.nf
37+
├── nextflow.config
38+
└── solutions
39+
├── modules
40+
├── nf-test.config
41+
└── tests
3542

36-
3 directories, 2 files
43+
6 directories, 8 files
3744

3845
```
3946

@@ -49,7 +56,7 @@ If you run this inside `nf4-science/genomics`, you should see the following outp
4956
- **The file `nextflow.config`** is a configuration file that sets minimal environment properties.
5057
You can ignore it for now.
5158

52-
- \*\*The `data` directory contains input data and related resources, described later in the course.
59+
- **The `data` directory** contains input data and related resources, described later in the course.
5360

5461
_Completed workflows (solutions) will be added in the near future._
5562

0 commit comments

Comments
 (0)