Downloads protein sequences from Uniprot, in the desired output format, based on the given ids (either passed as arguments or identified in a file)
- Python 2.7
- Module dependencies (run
pip install -r requirements.txtto install):- requests
Runs through the command line, like so:
UniprotIdRetrieval.py [-h] (-f <file> | -i <id ...>) [-fo {fasta, gff, tab, txt, rdf, xml}]
-h, --helpshows the help text-f, --filetakes a file path to search for ids-i, --idstakes 1 or more ids-fo, --formatdefines the output format of downloaded files (fasta, gff, tab, txt, rdf or xml), defaults to 'fasta'