diff --git a/docs/hello_nextflow/09_hello_nf-core.md b/docs/hello_nextflow/09_hello_nf-core.md index 577dde3b..0f1d2402 100644 --- a/docs/hello_nextflow/09_hello_nf-core.md +++ b/docs/hello_nextflow/09_hello_nf-core.md @@ -273,6 +273,7 @@ cd hello-nf-core ```bash code . ``` + Let's start by creating a new pipeline with the `nf-core pipelines create` command: All nf-core pipelines are based on a common template, a standardized pipeline skeleton that can be used to streamline development with shared features and components. @@ -452,7 +453,7 @@ The `nextflow_schema.json` is a file used to store parameter related information #### `assets/schema_input.json` -The `schema_input.json` is a file used to define the input samplesheet structure. Each column can have a type, pattern, description and help text in a machine readable format. The schema is used for various purposes, including automated validation, and providing helpful error messages. +The `schema_input.json` is a file used to define the input samplesheet structure. Each column can have a type, pattern, description and help text in a machine readable format. The schema is used for various purposes, including automated validation, and providing helpful error messages. ### Takeaway