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::parasite;
29 # This module is activated by specifying "taxon=wormbase" in the mapping input file
30 # It contains some common config for worms maintained by WormBase (i.e. having genes
31 # with WBGene ids etc)
35 my $default_method =
'ExonerateGappedBest1';
36 my %override_method_for_source = (
37 ExonerateGappedBest5 => [
'RefSeq_mRNA',
38 'RefSeq_mRNA_predicted',
40 'RefSeq_ncRNA_predicted' ],
43 return $default_method, \%override_method_for_source;
47 sub transcript_names_from_gene {
52 sub gene_description_sources {
68 sub gene_description_filter_regexps {
71 '^Uncharacterized protein\s*',
72 '^Putative uncharacterized protein\s*',
73 '^Hypothetical protein\s*',