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
9129c9c9
Commit
9129c9c9
authored
20 years ago
by
Glenn Proctor
Browse files
Options
Downloads
Patches
Plain Diff
Renamed store to parse_mappings.
parent
ced0b0a5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
misc-scripts/xref_mapping/XrefMapper/BasicMapper.pm
+2
-2
2 additions, 2 deletions
misc-scripts/xref_mapping/XrefMapper/BasicMapper.pm
misc-scripts/xref_mapping/xref_mapper.pl
+1
-1
1 addition, 1 deletion
misc-scripts/xref_mapping/xref_mapper.pl
with
3 additions
and
3 deletions
misc-scripts/xref_mapping/XrefMapper/BasicMapper.pm
+
2
−
2
View file @
9129c9c9
...
...
@@ -680,7 +680,7 @@ sub submit_depend_job {
}
=head2
generate_core_xref
s
=head2
parse_mapping
s
Arg[1] : The target file used in the exonerate run. Used to work out the Ensembl object type.
Arg[2] :
...
...
@@ -692,7 +692,7 @@ sub submit_depend_job {
=cut
sub
generate_core_xref
s
{
sub
parse_mapping
s
{
my
(
$self
,
$xref
)
=
@_
;
...
...
This diff is collapsed.
Click to expand it.
misc-scripts/xref_mapping/xref_mapper.pl
+
1
−
1
View file @
9129c9c9
...
...
@@ -101,7 +101,7 @@ for my $species ( @all_species ) {
$species
->
xref
(
$xref
);
# attach xref object to species object
$species
->
dump_seqs
();
$species
->
build_list_and_map
();
$species
->
store
();
$species
->
generate_core_xrefs
();
}
...
...
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