From 9b4a2cac79af9a7a91f576d0297f3e7891f2bc1b Mon Sep 17 00:00:00 2001 From: Simon Heumos Date: Mon, 25 Mar 2024 15:51:09 +0100 Subject: [PATCH] Update nextflow_schema.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Matthias Hörtenhuber --- nextflow_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index 16ad7e0b..38238b73 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -122,7 +122,7 @@ }, "wfmash_n_mappings": { "type": "integer", - "description": "Number of mappings for each segment. [default: n_haplotypes - 1]." + "description": "Number of mappings for each segment. [default: `n_haplotypes - 1`]." } } },