Skip to content

Commit

Permalink
Mention exact example filename
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Dec 11, 2023
1 parent 6667683 commit 3af330d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/basic_training/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ The `CONVERTTOUPPER` process thus launches two tasks, one for each element. The

#### Python instead of bash

If you're not completely comfortable with the bash code used in the example, don't worry! You can use whatever programming language you like within Nextflow `script` blocks. For example, here is the same example using Python code:
If you're not completely comfortable with the bash code used in the example, don't worry! You can use whatever programming language you like within Nextflow `script` blocks.
For example, the `hello_py.nf` file contains the same example but using Python code:

```python title="nf-training/hello_py.nf" linenums="14"
--8<-- "nf-training/hello_py.nf:14:18"
Expand Down

0 comments on commit 3af330d

Please # to comment.