Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 366 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 366 Bytes

uniprot_wrapper

Wrapper code that retrieves select record info for a list of UniProtIDs

Installation

pip install -r requirements.txt

Running

python3 uniprot_wrapper.py -f uniprot_test

or

python3 uniprot_wrapper.py -f uniprot_test -o output_file.json

Example

Included example implementation for SynGO (syngo_uniprot_resolver.py)