Skip to content

Commit

Permalink
Minor refinement in option description
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Oct 10, 2024
1 parent 32be212 commit 5d1022d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options/variant_sample_names.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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. "
Expand Down

0 comments on commit 5d1022d

Please sign in to comment.