3 See the NOTICE file distributed with
this work
for additional information
4 regarding copyright ownership.
6 Licensed under the Apache License, Version 2.0 (the
"License");
7 you may not use
this file except in compliance with the License.
8 You may obtain a copy of the License at
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an
"AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License
for the specific language governing permissions and
16 limitations under the License.
20 package XrefMapper::culex_quinquefasciatus;
31 my $default_method =
'ExonerateGappedBest1_55_perc_id';
32 my %override_method_for_source = (
33 ExonerateGappedBest5_55_perc_id => [
'RefSeq_mRNA',
'RefSeq_mRNA_predicted',
'RefSeq_ncRNA',
'RefSeq_ncRNA_predicted' ],
36 return $default_method, \%override_method_for_source;
40 # transcript, gene display_xrefs can use defaults
41 # since anopheles_symbol is "before" Uniprot
43 #Reverse order: the latest one is the list has higher precedence!
45 sub gene_description_sources {
48 VB_Community_Annotation
51 VB_External_Description
55 sub transcript_display_xref_sources {
58 VB_Community_Annotation
61 VB_External_Description
65 return [\@list,\%ignore];
69 # regexps to match any descriptons we want to filter out
70 sub gene_description_filter_regexps {
76 sub no_source_label_list{
80 print
"Using no_source_label_list :-)\n";
81 #foreach my $ex (qw("VB RNA Description" "VB External Description")){
85 push @list,
"VB_RNA_Description";
86 push @list,
"VB_External_Description";