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
f59f6a04
Commit
f59f6a04
authored
Aug 26, 2005
by
Eugene Kulesha
Browse files
used new rearrange
parent
f9b9ee3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
modules/Bio/EnsEMBL/SeqFeature.pm
modules/Bio/EnsEMBL/SeqFeature.pm
+2
-1
No files found.
modules/Bio/EnsEMBL/SeqFeature.pm
View file @
f59f6a04
...
...
@@ -63,6 +63,7 @@ use Bio::EnsEMBL::Root;
@ISA
=
qw(Bio::EnsEMBL::Root Bio::EnsEMBL::SeqFeatureI)
;
use
Bio::EnsEMBL::Utils::
Argument
qw(rearrange)
;
sub
new
{
my
(
$caller
,
@args
)
=
@_
;
...
...
@@ -83,7 +84,7 @@ sub new {
my
(
$start
,
$end
,
$strand
,
$frame
,
$score
,
$analysis
,
$seqname
,
$source_tag
,
$primary_tag
,
$percent_id
,
$p_value
,
$phase
,
$end_phase
)
=
$self
->
_
rearrange
([
qw(START
&
rearrange
([
qw(START
END
STRAND
FRAME
...
...
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