Skip to content
Snippets Groups Projects
Commit 821c2415 authored by tjc's avatar tjc
Browse files

fix to enable save from SRS plus use uniprot

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@2289 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent fba5ebe6
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ perl -e ' ...@@ -91,7 +91,7 @@ perl -e '
BEGIN { BEGIN {
# change these variable to list the databases to search for the IDs - the # change these variable to list the databases to search for the IDs - the
# database names should be separated by spaces # database names should be separated by spaces
$PROTEIN_DATABASES = "swall"; $PROTEIN_DATABASES = "uniprot";
$DNA_DATABASES = "embl"; $DNA_DATABASES = "embl";
# change this to point to the wgetz script of your SRS server # change this to point to the wgetz script of your SRS server
...@@ -140,7 +140,7 @@ sub hyperlink_id ...@@ -140,7 +140,7 @@ sub hyperlink_id
} }
} }
$r = qq#<a href="http://$SRS_SERVER\[\{$PROTEIN_DATABASES\}-ID:$id*]|[\{$PROTEIN_DATABASES\}-AccNumber:$id*]">$id</a>#; $r = qq#<a href="http://$SRS_SERVER-id+1+\[\{$PROTEIN_DATABASES\}-ID:$id*]|[\{$PROTEIN_DATABASES\}-AccNumber:$id*]">$id</a>#;
} }
return $r 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