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

added / to uniprot search to make sure we do not link to uniprot_genename

parent 454cac5d
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ sub run {
}
my $swiss_miss=0;
my (%swiss) = %{$self->get_valid_codes("uniprot",$species_id)};
my (%swiss) = %{$self->get_valid_codes("uniprot/",$species_id)};
my $refseq_miss=0;
my (%refseq) = %{$self->get_valid_codes("refseq",$species_id)};
......
......@@ -44,7 +44,7 @@ sub run {
my $dir = dirname($file);
my (%swiss) = %{XrefParser::BaseParser->get_valid_codes("uniprot",$species_id)};
my (%swiss) = %{XrefParser::BaseParser->get_valid_codes("uniprot/",$species_id)};
my (%refseq) = %{XrefParser::BaseParser->get_valid_codes("refseq",$species_id)};
my $swissprot_io =
......
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