Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
vidjil
vidjil
Commits
d474b3ab
Commit
d474b3ab
authored
Jun 12, 2018
by
Cyprien Borée
Committed by
Mikaël Salson
Jun 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change FineSegmenter new parameter description
For more informations see
#3268
parent
6a7fab76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
algo/core/segment.h
algo/core/segment.h
+4
-1
No files found.
algo/core/segment.h
View file @
d474b3ab
...
@@ -359,7 +359,10 @@ class FineSegmenter : public Segmenter
...
@@ -359,7 +359,10 @@ class FineSegmenter : public Segmenter
* Build a fineSegmenter based on KmerSegmentation
* Build a fineSegmenter based on KmerSegmentation
* @param seq: An object read from a FASTA/FASTQ file
* @param seq: An object read from a FASTA/FASTQ file
* @param germline: germline used
* @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.
* By default this parameter doesn't filter the germline.
*/
*/
FineSegmenter
(
Sequence
seq
,
Germline
*
germline
,
Cost
segment_cost
,
FineSegmenter
(
Sequence
seq
,
Germline
*
germline
,
Cost
segment_cost
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment