Skip to content
Snippets Groups Projects
Commit 5cd710ca authored by tcarver's avatar tcarver
Browse files

use uniprot.org for protein links

parent 44cccb8a
No related branches found
No related tags found
No related merge requests found
......@@ -144,8 +144,9 @@ sub hyperlink_id
}
# Text Entry
$r = qq#<a href="http://$SRS_SERVER-id+1+\[\{$PROTEIN_DATABASES\}-ID:$id*]|[\{$PROTEIN_DATABASES\}-AccNumber:$id*]+-vn+2">$id</a>#;
$r = qq#<a href="http://www.uniprot.org/uniprot/$id">$id</a>#;
#$r = qq#<a href="http://$SRS_SERVER-id+1+\[\{$PROTEIN_DATABASES\}-ID:$id*]|[\{$PROTEIN_DATABASES\}-AccNumber:$id*]+-vn+2">$id</a>#;
#$r = qq#<a href="http://$SRS_SERVER-id+1+\[\{$PROTEIN_DATABASES\}-ID:$id*]|[\{$PROTEIN_DATABASES\}-AccNumber:$id*]">$id</a>#;
}
return $r
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment