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
efe44b67
Commit
efe44b67
authored
Mar 31, 2021
by
marc duez
Committed by
Mathieu Giraud
Apr 01, 2021
Browse files
TODO revert
disable test for germline
parent
1000a7a3
Pipeline
#232556
passed with stages
in 34 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/tutorial/tutorial-clones.tex
View file @
efe44b67
...
...
@@ -902,11 +902,12 @@ sequences are, and potentially you could cluster them if you'd like or tag them.
assert ( not
$
b.clone
_
in
_
segmenter
(
"IGHJ
6
*
02
"
)
.exist?
)
, "sequence germline is NOT present in the segmenter"
$
b.clone
_
in
_
list("1").click
$
b.menu
_
import
_
export.hover
$
b.menu
_
item
_
export
_
add
_
germline.click
$
b.update
_
icon.wait
_
while
(
&
:present?
)
# menu entry is currently disabled TODO : revert
#
$
b.menu
_
import
_
export.hover
#
$
b.menu
_
item
_
export
_
add
_
germline.click
#
$
b.update
_
icon.wait
_
while
(
&
:present?
)
assert
(
$
b.clone
_
in
_
segmenter("IGHJ6*02").exist? ), "sequence germline is present in the segmenter"
#
assert
(
$
b.clone
_
in
_
segmenter("IGHJ6*02").exist? ), "sequence germline is present in the segmenter"
# todo, align; mutation; not available without server side
end
...
...
Mathieu Giraud
@magiraud
mentioned in issue
#4744 (closed)
·
Apr 01, 2021
mentioned in issue
#4744 (closed)
mentioned in issue #4744
Toggle commit list
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