Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
bc67e6c3
Commit
bc67e6c3
authored
Aug 02, 2013
by
Alessandro Vullo
Browse files
Correct slice seq test
parent
d7a13e22
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
modules/t/circularSlice.t
modules/t/circularSlice.t
+0
-1
No files found.
modules/t/circularSlice.t
View file @
bc67e6c3
...
...
@@ -65,7 +65,6 @@ is($sl2->end, $END, "subslice end == $END");
# seq method
my
$seq
=
$slice
->
seq
;
is
(
length
$seq
,
205278
,
"
sequence length
");
exit
;
my
$slstart
=
$slice_adaptor
->
fetch_by_region
(
$COORD_SYSTEM
,
$CHR
,
1
,
$END
);
my
$slend
=
$slice_adaptor
->
fetch_by_region
(
$COORD_SYSTEM
,
$CHR
,
$START
,
...
...
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