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
c0dc8c3c
Commit
c0dc8c3c
authored
Sep 22, 2017
by
BibloLeHibou
Browse files
clone_test : update test (link to
#2628
)
parent
2c109e44
Changes
1
Show whitespace changes
Inline
Side-by-side
browser/test/QUnit/testFiles/clone_test.js
View file @
c0dc8c3c
...
...
@@ -368,9 +368,10 @@ QUnit.test("export", function(assert) {
var
c4
=
new
Clone
(
json_clone4
,
m
,
1
)
m
.
initClones
()
assert
.
equal
(
c3
.
getPrintableSegSequence
(),
"
aaaaa
\n
aaaaatttt
\n
ttttt
"
,
"
getPrintableSegSequence() : Ok
"
);
assert
.
equal
(
c3
.
getPrintableSegSequence
(),
"
aaaaaa
\n
aaaattttt
\n
tttt
"
,
"
c3.getPrintableSegSequence() : Ok
"
);
assert
.
equal
(
c4
.
getPrintableSegSequence
(),
"
ATGGGTCCAGTCGTGA
\n
ACTGTGCAT
\n
GCCGATAGACGAGTACGATGCCAGGTATTACC
"
,
"
c4.getPrintableSegSequence() : Ok
"
);
console
.
log
(
c3
.
getFasta
())
assert
.
equal
(
c3
.
getFasta
(),
"
>id3 19 nt, 10 reads (5.000%)
\n
aaaaa
\n
aaaa
a
tttt
\n
tttt
t
\n
"
,
"
getFasta() : Ok
"
);
assert
.
equal
(
c3
.
getFasta
(),
"
>id3 19 nt, 10 reads (5.000%)
\n
aaaaa
a
\n
aaaatttt
t
\n
tttt
\n
"
,
"
getFasta() : Ok
"
);
var
res3
=
[
"
0
"
,
"
custom name
"
,
"
id3
"
,
...
...
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