Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
c534fe7e
Commit
c534fe7e
authored
Oct 17, 2014
by
Mathieu Giraud
Browse files
vidjil.cpp, -c germlines: adds 1 to have the correct number of kmers in ratios
parent
5331ec6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/vidjil.cpp
View file @
c534fe7e
...
...
@@ -660,7 +660,7 @@ int main (int argc, char **argv)
reads
->
next
();
nb_reads
++
;
string
seq
=
reads
->
getSequence
().
sequence
;
total_length
+=
seq
.
length
()
-
s
;
total_length
+=
seq
.
length
()
-
s
+
1
;
KmerAffectAnalyser
<
KmerAffect
>
*
kaa
=
new
KmerAffectAnalyser
<
KmerAffect
>
(
*
index
,
seq
);
...
...
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