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
ef4ef656
Commit
ef4ef656
authored
Sep 24, 2002
by
Graham McVicker
Browse files
fix typo in BaseFeatureAdaptor
parent
b5826b66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/Bio/EnsEMBL/BaseAlignFeature.pm
modules/Bio/EnsEMBL/BaseAlignFeature.pm
+2
-2
No files found.
modules/Bio/EnsEMBL/BaseAlignFeature.pm
View file @
ef4ef656
...
...
@@ -913,11 +913,11 @@ sub _transform_feature_to_rawcontig{
my
$tmp
=
(
$query_length
/
$self
->
_query_unit
);
#print STDERR "tmp = ".$tmp."\n";
#$hit_length = int($tmp);
$hit_length
=
s
#
printf "%.0f", $tmp;
$hit_length
=
sprintf
"
%.0f
",
$tmp
;
}
elsif
(
$self
->
_hit_unit
>
$self
->
_query_unit
){
my
$tmp
=
(
$query_length*$self
->
_hit_unit
);
#print STDERR "tmp = ".$tmp."\n";
$hit_length = s
#
prin
tf
"
%.0f
",
$tmp
;
$hit_length
=
sprintf
"
%.0f
",
$tmp
;
}
#print STDERR "hit length ".$hit_length."\n";
...
...
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