From 5d1022df76f13f6ff78a7c281c3bbb327c595f46 Mon Sep 17 00:00:00 2001 From: Lucas Czech Date: Thu, 10 Oct 2024 16:45:23 +0200 Subject: [PATCH] Minor refinement in option description --- src/options/variant_sample_names.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options/variant_sample_names.cpp b/src/options/variant_sample_names.cpp index 610e6c4..c0a7b78 100644 --- a/src/options/variant_sample_names.cpp +++ b/src/options/variant_sample_names.cpp @@ -106,7 +106,7 @@ void VariantSampleNamesOptions::add_sample_name_opts_to_app( "--sample-group-merge-table", sample_group_merge_table_file_.value, "When the input contains multiple samples (either within a single input file, or by " - "providing multiple input files), these can be grouped into new samples, by summing up " + "providing multiple input files), these can be merged into new samples, by summing up " "their nucleotide base counts at each position. This has essentially the same effect as " "having merged the raw fastq files or the mapped sam/bam files of the samples, that is, " "all reads from those samples are treated as if they were a single sample. "