Skip to content

Commit

Permalink
UniProt ID Mapping API URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Jun 10, 2023
1 parent 93c8583 commit 1ebbc27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pypath/resources/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
'speclist': 'https://ftp.uniprot.org/pub/databases/uniprot/'
'current_release/knowledgebase/complete/docs/speclist.txt',
},
'uniprot_idmapping': {
'run': 'https://rest.uniprot.org/idmapping/run',
'poll': 'https://rest.uniprot.org/idmapping/status/%s',
'details': 'https://rest.uniprot.org/idmapping/details/%s',
},
'corum': {
'label':
'CORUM is a database of protein complexes, downloadable in csv format',
Expand Down

0 comments on commit 1ebbc27

Please sign in to comment.