Skip to content

Commit 439f480

Browse files
pinin4fjordsclaude
andcommitted
Remove remaining em-dashes from Hello nf-core
Strip all remaining em-dashes from the hello nf-core documentation, replacing them with periods, commas, or colons as appropriate for cleaner, more straightforward technical writing. πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 4f06fe9 commit 439f480

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Ždocs/hello_nf-core/02_rewrite_hello.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Learn how to make a simple workflow composable as a prelude to making it nf-core
280280
## 2. Make the original Hello Nextflow workflow composable
281281

282282
Before we can integrate our workflow into the nf-core scaffold, we need to make it **composable**.
283-
A composable workflow must be called from a parent workflowβ€”it cannot run on its ownβ€”which is exactly how the nf-core template is structured.
283+
A composable workflow must be called from a parent workflow. It cannot run on its own, which is exactly how the nf-core template is structured.
284284

285285
### What does the Hello Nextflow workflow do?
286286

β€Ždocs/hello_nf-core/04_make_module.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ You now know how to create nf-core modules! You learned the three key patterns t
761761
- **`ext.prefix`** standardizes output file naming
762762
- **Centralized configuration** in `modules.config` keeps modules reusable
763763

764-
By transforming `cowpy` step-by-step, you developed a deep understanding of these patternsβ€”making you equipped to work with, debug, and create nf-core modules.
764+
By transforming `cowpy` step-by-step, you developed a deep understanding of these patterns, making you equipped to work with, debug, and create nf-core modules.
765765
In practice, you'll use `nf-core modules create` to generate properly structured modules with these patterns built in from the start.
766766

767767
Finally, you learned how to contribute modules to the nf-core community, making tools available to researchers worldwide while benefiting from ongoing community maintenance.

β€Ždocs/hello_nf-core/summary.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Congratulations on completing the Hello nf-core training course! πŸŽ‰
44

55
## Your journey
66

7-
You started with a simple Nextflow workflow from the Hello Nextflow courseβ€”a straightforward pipeline that processed greetings through a few steps and added some ASCII art.
7+
You started with a simple Nextflow workflow from the Hello Nextflow course: a straightforward pipeline that processed greetings through a few steps and added some ASCII art.
88
Through five parts, you've transformed that basic workflow into a production-ready nf-core pipeline.
99

1010
### What you built

0 commit comments

Comments
Β (0)