Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl
Commits
b0b32e75
Commit
b0b32e75
authored
Apr 29, 2019
by
Tiago Grego
Browse files
testing of appris methos in Transcript
parent
c8cd59a8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/t/transcript.t
modules/t/transcript.t
+2
-0
No files found.
modules/t/transcript.t
View file @
b0b32e75
...
...
@@ -217,6 +217,8 @@ $tr->flush_Exons();
is
(
scalar
(
@
{
$tr
->
get_all_Exons
()}
),
0
,
'
No exons left after flushing
'
);
is
(
$tr
->
appris
,
'
principal1
'
,
'
APPRIS tag fetched correctly
');
# Fetch a fresh tr, check incomplete codon behavior
$tr
=
$ta
->
fetch_by_stable_id
(
"
ENST00000300425
"
);
...
...
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