Skip to content

Commit

Permalink
Update 01_run_with_cli.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords authored Jan 10, 2025
1 parent c127c46 commit dce66ec
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions docs/hello_nextflow/seqera/01_run_with_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,20 +113,14 @@ nextflow run nextflow-io/hello
You will see the following output:

```console title="Output"
N E X T F L O W ~ version 24.04.4
Launching `https://github.com/nextflow-io/hello` [fabulous_euclid] DSL2 - revision: afff16a9b4 [master]
Monitor the execution with Seqera Platform using this URL: https://cloud.seqera.io/user/kenbrewer/watch/KYjRktIlOuxrh
executor > local (4)
[71/eaa915] process > sayHello (3) [100%] 4 of 4 ✔
Ciao world!
Bonjour world!
N E X T F L O W ~ version 24.10.2
Hola world!
Launching `https://github.com/seqeralabs/nf-hello-world` [scruffy_banach] DSL2 - revision: 8274d3d10c [master]
Hello world!
Monitor the execution with Seqera Platform using this URL: https://cloud.seqera.io/user/jonathan-manning2/watch/1Z3Jl1AXYRqXNx
executor > local (6)
[47/93f584] process > sayHello (2) [100%] 3 of 3 ✔
[2a/0dc4a3] process > convertToUpper (3) [100%] 3 of 3 ✔
```

Note that we are logging to Seqera Platform even though we did not use the `-with-tower` command!
Expand Down

0 comments on commit dce66ec

Please sign in to comment.