Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,712
Issues
1,712
List
Boards
Labels
Service Desk
Milestones
Merge Requests
87
Merge Requests
87
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
* 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
,
...
...
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