Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ensembl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
ensembl
Commits
c6412821
Commit
c6412821
authored
12 years ago
by
Kieron Taylor
Browse files
Options
Downloads
Patches
Plain Diff
Missing argument documented on ->transform
parent
8e6f527a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/Bio/EnsEMBL/Feature.pm
+4
-1
4 additions, 1 deletion
modules/Bio/EnsEMBL/Feature.pm
with
4 additions
and
1 deletion
modules/Bio/EnsEMBL/Feature.pm
+
4
−
1
View file @
c6412821
...
@@ -491,6 +491,9 @@ sub equals {
...
@@ -491,6 +491,9 @@ sub equals {
The coord system to transform this feature to.
The coord system to transform this feature to.
Arg [2] : string $version (optional)
Arg [2] : string $version (optional)
The version of the coord system to transform this feature to.
The version of the coord system to transform this feature to.
Arg [3] : Bio::EnsEMBL::Slice (optional)
Specified when a projection may land on many overlapping slices
and disambiguation is required.
Example : $feature = $feature->transform('contig');
Example : $feature = $feature->transform('contig');
next if(!defined($feature));
next if(!defined($feature));
Description: Returns a copy of this feature, but converted to a different
Description: Returns a copy of this feature, but converted to a different
...
@@ -607,7 +610,7 @@ sub transform {
...
@@ -607,7 +610,7 @@ sub transform {
my
$slice
=
$proj
->
[
2
];
my
$slice
=
$proj
->
[
2
];
warn
"
available slice
"
.
$slice
->
seq_regon_name
.
"
\n
";
warn
"
available slice
"
.
$slice
->
seq_regon_name
.
"
\n
";
}
}
warn
"
MORE than one projection and no
ne
to slice specified (
"
.
$to_slice
->
seq_region_name
.
"
)
\n
";
warn
"
MORE than one projection and no to slice specified (
"
.
$to_slice
->
seq_region_name
.
"
)
\n
";
}
}
}
}
else
{
else
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment