From edb11e71e5f568779c55228cfa83d6a83a5fd3ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pontus=20H=C3=B6jer?= Date: Tue, 22 Jul 2025 17:20:11 +0200 Subject: [PATCH] remove references to nonexisting parameter --- docs/usage.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index 3c60d57..a225820 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -54,7 +54,7 @@ Another [example samplesheet](../assets/samplesheet.csv) has been provided with The typical command for running the pipeline is as follows: ```bash -nextflow run nf-core/seqinspector --input ./samplesheet.csv --outdir ./results --genome GRCh37 -profile docker +nextflow run nf-core/seqinspector --input ./samplesheet.csv --outdir ./results -profile docker ``` This will launch the pipeline with the `docker` configuration profile. See below for more information about profiles. @@ -86,7 +86,6 @@ with: ```yaml title="params.yaml" input: './samplesheet.csv' outdir: './results/' -genome: 'GRCh37' <...> ```