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
28ae7780
Commit
28ae7780
authored
Aug 03, 2016
by
Mathieu Giraud
Browse files
tests: update tests
parent
78d1abe0
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/tests/unit-tests/testStorage.cpp
View file @
28ae7780
...
...
@@ -43,7 +43,7 @@ template<template <class> class T>
void
testKmerStoreWithKmer
(
int
k
,
int
test_id
)
{
T
<
Kmer
>
*
index
=
new
T
<
Kmer
>
(
k
,
true
);
T
<
Kmer
>
*
index2
=
new
T
<
Kmer
>
(
k
,
true
);
Fasta
reads
(
"../../data/representative_revcomp.f
a
"
);
Fasta
reads
(
"../../data/representative_revcomp.f
q
"
);
index
->
insert
(
reads
);
list
<
Sequence
>
readCollection
=
reads
.
getAll
();
...
...
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