Skip to content
Snippets Groups Projects
Commit 1231aeb2 authored by Ian Longden's avatar Ian Longden
Browse files

For unigene use the same acc and label to make sure only one copy per gene,...

For unigene use the same acc and label to make sure only one copy per gene, previously the acc was the uniprot accession
parent 01fd5893
No related branches found
No related tags found
No related merge requests found
# See UniProtParser.pm for docs.
package XrefParser::UniProtAltParser;
use strict;
use POSIX qw(strftime);
use File::Basename;
use base qw( XrefParser::BaseParser );
use base qw( XrefParser::UniProtParser );
use vars qw(@ISA);
@ISA = qw(XrefParser::UniProtParser);
my $verbose;
sub get_name {
my $self = shift;
my $acc = shift;
my $label = shift;
return $label;
}
1;
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