Skip to content

Commit b8a57ed

Browse files
Last touches to hello Modules/nf-test
Signed-off-by: Marcel Ribeiro-Dantas <[email protected]>
1 parent e871696 commit b8a57ed

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/hello_nextflow/07_hello_modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Let's move into the project directory.
3333
cd hello-modules
3434
```
3535

36-
!!! note
36+
!!! warning
3737
If you're continuing on directly from Part 5, you'll need to move up one directory first.
3838
```
3939
cd ../hello-modules

docs/hello_nextflow/08_hello_nf-test.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ And it also means that when you assemble a new workflow from existing modules th
1313
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.
1414
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).
1515

16-
!!!note
17-
18-
This part of the training was developed in collaboration with Sateesh Peri, who implemented all the tests.
19-
2016
---
2117

2218
## 0. Warmup
@@ -979,6 +975,7 @@ test("family_trio [vcf] [idx]") {
979975
"""
980976
}
981977
}
978+
}
982979
```
983980

984981
### 3.4. Use content assertions

0 commit comments

Comments
 (0)