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
245ce205
Commit
245ce205
authored
Oct 30, 2002
by
Arne Stabenau
Browse files
seqname is now contig->name and broke tranform
parent
6c553fce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
modules/Bio/EnsEMBL/BaseAlignFeature.pm
modules/Bio/EnsEMBL/BaseAlignFeature.pm
+0
-2
No files found.
modules/Bio/EnsEMBL/BaseAlignFeature.pm
View file @
245ce205
...
...
@@ -917,7 +917,6 @@ sub _transform_feature_to_RawContig{
$new_feature
->
start
(
$mapped
[
$i
]
->
start
);
$new_feature
->
end
(
$mapped
[
$i
]
->
end
);
$new_feature
->
strand
(
$mapped
[
$i
]
->
strand
);
$new_feature
->
seqname
(
$mapped
[
$i
]
->
id
);
$new_feature
->
score
(
$feature
->
score
);
$new_feature
->
percent_id
(
$feature
->
percent_id
);
$new_feature
->
p_value
(
$feature
->
p_value
);
...
...
@@ -948,7 +947,6 @@ sub _transform_feature_to_RawContig{
$new_feature
->
start
(
$mapped
[
0
]
->
start
);
$new_feature
->
end
(
$mapped
[
0
]
->
end
);
$new_feature
->
strand
(
$mapped
[
0
]
->
strand
);
$new_feature
->
seqname
(
$mapped
[
0
]
->
id
);
$new_feature
->
score
(
$feature
->
score
);
$new_feature
->
percent_id
(
$feature
->
percent_id
);
$new_feature
->
p_value
(
$feature
->
p_value
);
...
...
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