diff --git a/algo/core/segment.h b/algo/core/segment.h index 91bdf91a04c90e8d8efededd2eca2dbb388b680d..3036f298fa5cce02e852847ecb04f0b3da7d99f0 100644 --- a/algo/core/segment.h +++ b/algo/core/segment.h @@ -359,7 +359,10 @@ class FineSegmenter : public Segmenter * Build a fineSegmenter based on KmerSegmentation * @param seq: An object read from a FASTA/FASTQ file * @param germline: germline used - * @param kmer_threshold: The number of the best k-mers for filtering. + * @param kmer_threshold: This threshold is used while filtering the V + * BioReader in Germline. If this value is 0, every K-mer from getMultiResults + * is used for the filtering. Otherwise if N > 0, the N best K-mers are used + * for the filtering. * By default this parameter doesn't filter the germline. */ FineSegmenter(Sequence seq, Germline *germline, Cost segment_cost,