From 5cd710ca77cd11b50639c29608b31ec6f904d63a Mon Sep 17 00:00:00 2001 From: tcarver <tjc> Date: Wed, 22 Jan 2014 10:19:33 +0000 Subject: [PATCH] use uniprot.org for protein links --- etc/results_to_netscape | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/results_to_netscape b/etc/results_to_netscape index f96968260..1b97f7e4a 100755 --- a/etc/results_to_netscape +++ b/etc/results_to_netscape @@ -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 -- GitLab