Skip to content

Commit bb96228

Browse files
committed
prettier
1 parent 1476787 commit bb96228

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/hello_nf-core/04_make_module.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,7 @@ Update the input and output blocks:
775775
```
776776

777777
This specifies:
778+
778779
- The input file parameter name (`input_file` instead of generic `input`)
779780
- The output filename using the configurable prefix pattern (`${prefix}.txt` instead of wildcard `*`)
780781
- A descriptive emit name (`cowpy_output` instead of generic `output`)
@@ -819,6 +820,7 @@ We can reference our manual module from section 1.3.2 for the command logic:
819820
```
820821

821822
Key changes:
823+
822824
- Change `def prefix` to just `prefix` (without `def`) so it's accessible in the output block
823825
- Replace the comment with the actual cowpy command that uses both `$args` and `${prefix}.txt`
824826

@@ -863,6 +865,7 @@ It must produce the same output files as the script block:
863865
```
864866

865867
Key changes:
868+
866869
- Change `def prefix` to just `prefix` to match the script block
867870
- Remove the `echo $args` line (which was just template placeholder code)
868871
- The stub creates an empty `${prefix}.txt` file matching what the script block produces

0 commit comments

Comments
 (0)