Skip to content

Commit 766fa16

Browse files
Fix linting errors
1 parent 528b5c2 commit 766fa16

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/hello_nextflow/05_hello_containers.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ You can check that it works by listing the contents of `/data`:
265265
```bash
266266
ls /data
267267
```
268+
268269
Depending on what part of this training you've done before, the output below my look slightly different.
269270

270271
```console title="Output"
@@ -291,11 +292,11 @@ cat /data/greetings.csv | cowpy -c turkey
291292
This produces the desired ASCII art of a turkey rattling off our example greetings:
292293

293294
```console title="Output"
294-
_________
295+
_________
295296
/ Hello \
296297
| Bonjour |
297298
\ Holà /
298-
---------
299+
---------
299300
\ ,+*^^*+___+++_
300301
\ ,*^^^^ )
301302
\ _+* ^**+_
@@ -605,11 +606,11 @@ There were 3 greetings in this batch
605606
You can find the cowpy'ed output in the `results` directory.
606607

607608
```console title="results/cowpy-COLLECTED-test-batch-output.txt"
608-
_________
609+
_________
609610
/ HOLà \
610611
| HELLO |
611612
\ BONJOUR /
612-
---------
613+
---------
613614
\ ,+*^^*+___+++_
614615
\ ,*^^^^ )
615616
\ _+* ^**+_

0 commit comments

Comments
 (0)