Skip to content

Commit

Permalink
UniProt moved its uploadlists API to legacy domain
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Nov 2, 2022
1 parent 84bc1a5 commit 7e228f1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pypath/resources/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@
urls = {
'uniprot_pdb': {
'label': 'Getting PDB IDs of 3D structures for UniProtIDs',
'url': 'https://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/complete/docs/pdbtosp.txt'
'url': 'https://ftp.uniprot.org/pub/databases/uniprot/'
'current_release/knowledgebase/complete/docs/pdbtosp.txt'
},
'uniprot_basic': {
'label': 'URL for UniProt queries',
'url': 'https://legacy.uniprot.org/uniprot/',
'lists': 'https://www.uniprot.org/uploadlists/',
'lists': 'https://legacy.uniprot.org/uploadlists/',
'datasheet': 'https://legacy.uniprot.org/uniprot/%s.txt',
'history': 'https://legacy.uniprot.org/uniprot/%s.tab?version=*',
'deleted_sp': 'ftp://ftp.expasy.org/databases/uniprot/'
Expand All @@ -48,7 +49,8 @@
'knowledgebase/complete/docs/speindex.txt',
'taxids': 'https://www.uniprot.org/taxonomy/?query='
'*&format=tab&force=true&columns=id&compress=yes',
'speclist': 'https://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/complete/docs/speclist.txt',
'speclist': 'https://ftp.uniprot.org/pub/databases/uniprot/'
'current_release/knowledgebase/complete/docs/speclist.txt',
},
'corum': {
'label':
Expand Down

0 comments on commit 7e228f1

Please sign in to comment.