Skip to content

Commit fa8e19b

Browse files
committed
Partial fixes for #389
Remove unnecessary instruction + restore samplesheet
1 parent c2784e7 commit fa8e19b

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

docs/hello_nextflow/04_hello_modules.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ GATK (equivalent to `scripts/hello-gatk-6.nf`).
1515

1616
Note: This is a basic variant calling pipeline consisting of three processes. You can find a complete description of the pipeline in the previous section of this training.
1717

18-
This workflow relies on reference files that are provided in compressed form in the Gitpod environment. If you completed the previous parts of the training course, then you already have everything you need in the working directory. However, if you're picking this up here, you need to run the following command to expand the reference files:
19-
20-
```bash
21-
cd /workspace/gitpod/hello-nextflow
22-
tar -zxvf data/ref.tar.gz -C data/
23-
```
24-
2518
### 0.1 Run the workflow to verify that it produces the expected outputs
2619

2720
```bash
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
id,reads_bam
2+
NA12878,/workspace/gitpod/hello-nextflow/data/bam/reads_mother.bam
3+
NA12877,/workspace/gitpod/hello-nextflow/data/bam/reads_father.bam
4+
NA12882,/workspace/gitpod/hello-nextflow/data/bam/reads_son.bam

0 commit comments

Comments
 (0)