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
vidjil
vidjil
Commits
8f21715b
Commit
8f21715b
authored
May 31, 2018
by
Mathieu Giraud
Committed by
Mikaël Salson
Jun 18, 2018
Browse files
tests: add test
parent
3b402b04
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/test/QUnit/testFiles/clone_test.js
View file @
8f21715b
...
...
@@ -170,6 +170,8 @@ QUnit.test("name, informations, getHtmlInfo", function(assert) {
assert
.
equal
(
c1
.
getSequenceSize
(),
"
0.05
"
,
"
clone c1 size : 0.05
"
);
assert
.
equal
(
c1
.
getNumberNonZeroSamples
(),
4
,
"
clustered clone c1, getNumberNonZeroSamples
"
);
assert
.
deepEqual
(
c1
.
getReadsAllSamples
(),
[
20
,
20
,
30
,
30
],
"
cluster c1+c2 reads on all samples
"
);
console
.
log
(
m
.
samples
.
order
);
html
=
m
.
clones
[
0
].
getHtmlInfo
();
...
...
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