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
34cb21ea
Commit
34cb21ea
authored
15 years ago
by
Karyn Megy
Browse files
Options
Downloads
Patches
Plain Diff
For running Culex Xrefs
parent
28de49f5
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/Methods/ExonerateGappedBest1_culex.pm
+26
-0
26 additions, 0 deletions
..._mapping/XrefMapper/Methods/ExonerateGappedBest1_culex.pm
misc-scripts/xref_mapping/XrefMapper/culex_pipiens.pm
+54
-0
54 additions, 0 deletions
misc-scripts/xref_mapping/XrefMapper/culex_pipiens.pm
with
80 additions
and
0 deletions
misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateGappedBest1_culex.pm
0 → 100644
+
26
−
0
View file @
34cb21ea
package
XrefMapper::Methods::
ExonerateGappedBest1_culex
;
use
XrefMapper::Methods::
ExonerateBasic
;
use
vars
'
@ISA
';
@ISA
=
qw{XrefMapper::Methods::ExonerateBasic}
;
sub
options
{
return
('
--gappedextension FALSE
',
'
--model
',
'
affine:local
',
'
--subopt
',
'
no
',
'
--bestn
',
'
1
');
}
sub
query_identity_threshold
{
return
55
;
}
sub
target_identity_threshold
{
return
55
;
}
1
;
This diff is collapsed.
Click to expand it.
misc-scripts/xref_mapping/XrefMapper/culex_pipiens.pm
0 → 100644
+
54
−
0
View file @
34cb21ea
package
XrefMapper::
culex_pipiens
;
use
XrefMapper::
BasicMapper
;
use
XrefMapper::
VBCoordinateMapper
;
use
vars
'
@ISA
';
@ISA
=
qw{ XrefMapper::BasicMapper }
;
sub
get_set_lists
{
return
[["
ExonerateGappedBest1_culex
",
["
culex_pipiens
","
*
"]]];
}
# 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
;
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