Skip to content
Snippets Groups Projects
Commit 40e45be7 authored by Monika Komorowska's avatar Monika Komorowska
Browse files

updated transcript_display_xref_sources and added gene_display_xref_sources

parent b3616580
No related branches found
No related tags found
No related merge requests found
......@@ -40,12 +40,23 @@ sub build_display_xrefs {
}
sub gene_display_xref_sources {
my $self = shift;
my @list = qw(
SGD_GENE
);
my %ignore;
return [\@list,\%ignore];
}
sub transcript_display_xref_sources {
my $self = shift;
my @list = qw(
SGD_GENE
SGD_TRANSCRIPT
);
......
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