Entering edit mode
5.8 years ago
Darrill
•
0
Hi everyone, I have a list of NCBI Accession numbers such as:
YP_009332565.1
YP_009326565.1
YP_002354191.1
NP_028703.1
etc
And because mmseq taxonomy
only deal with Uniprot id I need to convert them into Uniprot ids.
Does anyone have an idea or a tools to do such a work? Thank you for your help.
I see I see thank you. But I'm looking for a program to run in terminal to include it on my pipeline directly...
For programmatic mapping of IDs, you can use UniProt's REST API as described here: https://www.uniprot.org/help/api_idmapping
Thanks a lot it was what I was looking for.