Skip to content

Commit

Permalink
fix svg path
Browse files Browse the repository at this point in the history
  • Loading branch information
FriederikeHanssen committed Nov 19, 2024
1 parent b4e8bad commit 61db5e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/hello_nextflow/09_hello_nf-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,9 +390,9 @@ Instead of having one large monolithic pipeline script, it's broken up into smal
- **Modules:** Wrappers around a single process
- **Subworkflows:** Two or more modules that are packaged together as a mini workflow

<!-- <figure class="excalidraw">
--8<-- "docs/nf_develop/img/nested.excalidraw.svg"
</figure> -->
<figure class="excalidraw">
--8<-- "docs/nf_develop/img/nested.excalidraw.svg"
</figure>

Within your pipeline repository, `modules` and `subworkflows` are stored within `local` and `nf-core` folders. The `nf-core` folder is for components that have come from the nf-core GitHub repository while the `local` folder is for components that have been developed independently (usually things very specific to a pipeline):

Expand Down

0 comments on commit 61db5e2

Please sign in to comment.