Skip to content
Snippets Groups Projects
Commit 426b64d2 authored by tcarver's avatar tcarver
Browse files

Merge pull request #180 from tcarver/master

use uniprot.org for protein links
parents f24ff66d 5cd710ca
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