Skip to content

Commit

Permalink
Last touches to hello Modules/nf-test
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Ribeiro-Dantas <[email protected]>
  • Loading branch information
mribeirodantas committed Oct 28, 2024
1 parent e871696 commit b8a57ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/hello_nextflow/07_hello_modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Let's move into the project directory.
cd hello-modules
```

!!! note
!!! warning
If you're continuing on directly from Part 5, you'll need to move up one directory first.
```
cd ../hello-modules
Expand Down
5 changes: 1 addition & 4 deletions docs/hello_nextflow/08_hello_nf-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ And it also means that when you assemble a new workflow from existing modules th
In this part of the training, we're going to show you how to use [**nf-test**](https://www.nf-test.com/), a testing framework that integrates well with Nextflow and makes it straightforward to add both module-level and workflow-level tests to your pipeline.
For more background information about nf-test, we recommend you read [this blog post](https://nextflow.io/blog/2024/nf-test-in-nf-core.html).

!!!note

This part of the training was developed in collaboration with Sateesh Peri, who implemented all the tests.

---

## 0. Warmup
Expand Down Expand Up @@ -979,6 +975,7 @@ test("family_trio [vcf] [idx]") {
"""
}
}
}
```

### 3.4. Use content assertions
Expand Down

0 comments on commit b8a57ed

Please sign in to comment.