Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GATB
gatb-core
Commits
0c9c6238
Commit
0c9c6238
authored
Jan 01, 2016
by
BENOIT Gaetan
Browse files
Repart multi bank
parent
36e6b84a
Changes
1
Hide whitespace changes
Inline
Side-by-side
gatb-core/src/gatb/kmer/impl/RepartitionAlgorithm.cpp
View file @
0c9c6238
...
...
@@ -413,7 +413,7 @@ void RepartitorAlgorithm<span>::computeRepartition (Repartitor& repartitor)
SerialDispatcher
serialDispatcher
;
BankStats
bstatsDummy
;
u_int64_t
nbseq_sample
=
(
_config
.
_estimateSeqNb
/
_config
.
_nb_banks
)
*
0.0
2
;
u_int64_t
nbseq_sample
=
(
_config
.
_estimateSeqNb
/
_config
.
_nb_banks
)
*
0.0
1
;
std
::
vector
<
Iterator
<
Sequence
>*>
itBanks
=
_bank
->
iterator
()
->
getComposition
();
...
...
Write
Preview
Supports
Markdown
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