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
ad2b0516
Commit
ad2b0516
authored
12 years ago
by
Monika Komorowska
Browse files
Options
Downloads
Patches
Plain Diff
replaced with culex_quinquefasciatus.pm
parent
0f58efd1
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
misc-scripts/xref_mapping/XrefMapper/culex_pipiens.pm
+0
-65
0 additions, 65 deletions
misc-scripts/xref_mapping/XrefMapper/culex_pipiens.pm
with
0 additions
and
65 deletions
misc-scripts/xref_mapping/XrefMapper/culex_pipiens.pm
deleted
100644 → 0
+
0
−
65
View file @
0f58efd1
package
XrefMapper::
culex_pipiens
;
use
XrefMapper::
BasicMapper
;
use
XrefMapper::
VBCoordinateMapper
;
use
vars
'
@ISA
';
@ISA
=
qw{ XrefMapper::BasicMapper }
;
sub
set_methods
{
my
$default_method
=
'
ExonerateGappedBest1_55_perc_id
';
my
%override_method_for_source
=
(
ExonerateGappedBest5_55_perc_id
=>
['
RefSeq_mRNA
','
RefSeq_mRNA_predicted
',
'
RefSeq_ncRNA
',
'
RefSeq_ncRNA_predicted
'
],
);
return
$default_method
,
\
%override_method_for_source
;
}
# transcript, gene display_xrefs can use defaults
# since anopheles_symbol is "before" Uniprot
# If there is an Anopheles_symbol xref, use its description
sub
gene_description_sources
{
return
("
Anopheles_symbol
",
"
Uniprot/SWISSPROT
",
"
RefSeq_peptide
",
"
RefSeq_dna
",
"
Uniprot/SPTREMBL
",
#"RefSeq_peptide_predicted",
#"RefSeq_dna_predicted",
#"EntrezGene");
);
}
sub
transcript_display_xref_sources
{
my
@list
=
qw(RFAM
miRBase
Uniprot/SWISSPROT
Uniprot/Varsplic
Uniprot/SPTREMBL)
;
my
%ignore
;
$ignore
{"
Uniprot/SPTREMBL
"}
=
(
<<
BIGN
);
SELECT
object_xref_id
FROM
object_xref
JOIN
xref
USING
(
xref_id
)
JOIN
source
USING
(
source_id
)
WHERE
ox_status
=
'
DUMP_OUT
'
AND
name
=
'
Uniprot/SPTREMBL
'
AND
priority_description
=
'
protein_evidence_gt_2
'
BIGN
return
[
\
@list
,
\
%ignore
];
}
# regexps to match any descriptons we want to filter out
sub
gene_description_filter_regexps
{
return
();
}
1
;
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