Skip to content

Commit

Permalink
Add execution command
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Aug 26, 2022
1 parent e4a413a commit 0e94c83
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/testcases/nextflow_pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ workflow {
```

### nf-test script
Create a new file and name it `say_hello.nf.test`.
Create a new file and name it `pipeline.nf.test`.

```Groovy
nextflow_pipeline {
Expand All @@ -96,3 +96,9 @@ nextflow_pipeline {
}
```
### Execute test
```
curl -fsSL https://code.askimed.com/install/nf-test | bash
./nf-test init
./nf-test test pipeline.nf.test --debug
```

0 comments on commit 0e94c83

Please sign in to comment.