Skip to content
Snippets Groups Projects
Commit b0aa1436 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

standardise display xref assignment

parent 2a2ffed7
No related branches found
No related tags found
No related merge requests found
......@@ -44,16 +44,21 @@ my %transcript_length;
sub gene_description_sources {
return ("RFAM",
return ("VGNC",
"HGNC",
"MGI",
"ZFIN_ID",
"Xenbase",
"RFAM",
"miRBase",
"EntrezGene",
"RefSeq_peptide",
"RefSeq_mRNA",
"Uniprot_gn",
"Uniprot/SWISSPROT",
"RNAMMER",
"TRNASCAN_SE",
"miRBase",
"HGNC",
"VGNC",
"IMGT/GENE_DB",
"Uniprot/SWISSPROT",
"RefSeq_peptide",
"RefSeq_mRNA");
"IMGT/GENE_DB");
}
......@@ -86,8 +91,8 @@ sub gene_display_xref_sources {
my @list = qw(VGNC
RFAM
miRBase
Uniprot_gn
EntrezGene);
EntrezGene
Uniprot_gn);
my %ignore;
......
......@@ -84,17 +84,6 @@ JSQL
}
sub gene_description_sources {
return ("RFAM",
"miRBase",
"ZFIN_ID",
"IMGT/GENE_DB",
"Uniprot/SWISSPROT",
"RefSeq_peptide",
"RefSeq_mRNA");
}
1;
......@@ -50,17 +50,5 @@ LOCP
}
sub gene_description_sources {
return ("miRBase",
"RFAM",
"CGNC",
"Uniprot/SWISSPROT",
"Uniprot/Varsplic",
"RefSeq_peptide",
"RefSeq_mRNA");
}
1;
......@@ -85,21 +85,6 @@ JSQL
}
sub gene_description_sources {
return ("miRBase",
"RFAM",
"IMGT/GENE_DB",
"MGI_curated_gene",
"MGI_curated_transcript",
"MGI",
"Uniprot/SWISSPROT",
"Uniprot/Varsplic",
"RefSeq_peptide",
"RefSeq_mRNA");
}
sub special_filter {
return ('\(?[0-9A-Z]{10}RIK PROTEIN\)?[ \.]',
......
......@@ -34,17 +34,6 @@ sub gene_description_filter_regexps {
}
sub gene_description_sources {
return ("Xenbase",
"RFAM",
"miRBase",
"Uniprot/SWISSPROT",
"RefSeq_peptide",
"RefSeq_mRNA",
"Uniprot/Varsplic");
}
sub gene_display_xref_sources {
my $self = shift;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment