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
6765d6ca
Commit
6765d6ca
authored
Feb 27, 2016
by
Mathieu Giraud
Browse files
tests: update tests
parent
d2de5056
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/tests/testTools.cpp
View file @
6765d6ca
...
@@ -51,7 +51,7 @@ void testFastaNbSequences() {
...
@@ -51,7 +51,7 @@ void testFastaNbSequences() {
TAP_TEST
(
nb_sequences_in_fasta
(
"../../germline/IGHV.fa"
)
==
350
,
TEST_FASTA_NB_SEQUENCES
,
"ccc"
);
TAP_TEST
(
nb_sequences_in_fasta
(
"../../germline/IGHV.fa"
)
==
350
,
TEST_FASTA_NB_SEQUENCES
,
"ccc"
);
int
a1
=
approx_nb_sequences_in_fasta
(
"../../germline/IGHV.fa"
);
int
a1
=
approx_nb_sequences_in_fasta
(
"../../germline/IGHV.fa"
);
TAP_TEST
(
a1
>=
34
0
&&
a1
<=
3
48
,
TEST_FASTA_NB_SEQUENCES
,
""
);
TAP_TEST
(
a1
>=
34
5
&&
a1
<=
3
55
,
TEST_FASTA_NB_SEQUENCES
,
""
);
int
a2
=
nb_sequences_in_fasta
(
"../../data/Stanford_S22.fasta"
,
true
);
int
a2
=
nb_sequences_in_fasta
(
"../../data/Stanford_S22.fasta"
,
true
);
TAP_TEST
(
a2
>=
13100
&&
a2
<=
13200
,
TEST_FASTA_NB_SEQUENCES
,
""
);
TAP_TEST
(
a2
>=
13100
&&
a2
<=
13200
,
TEST_FASTA_NB_SEQUENCES
,
""
);
...
...
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