Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vdauwera committed Jan 15, 2025
1 parent 0bdb899 commit 305e633
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 37 deletions.
8 changes: 4 additions & 4 deletions docs/hello_nextflow/04_hello_modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,15 +256,15 @@ nextflow run hello-modules.nf -resume

This should still produce the same output as previously.

### Takeaway

You know how to modularize multiple processes in a workflow.

Congratulations, you've done all this work and absolutely nothing has changed to how the pipeline works!

Jokes aside, now your code is more modular, and if you decide to write another pipeline that calls on one of those processes, you just need to type one short import statement to use the relevant module.
This is better than just copy-pasting the code, because if later you decide to improve the module, all your pipelines will inherit the improvements.

### Takeaway

You know how to modularize multiple processes in a workflow.

### What's next?

Take a short break if you feel like it.
Expand Down
2 changes: 1 addition & 1 deletion docs/hello_nextflow/06_hello_config.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Part 5: Hello Config
# Part 6: Hello Config

[TODO] SIMPLIFY / STREAMLINE THIS

Expand Down
32 changes: 0 additions & 32 deletions temp.md

This file was deleted.

0 comments on commit 305e633

Please sign in to comment.