how to get database of plants in FASTA format from uniprot
3
1
Entering edit mode
6.6 years ago
majeedaasim ▴ 60

I need to align my transcripts with database of plants that I downloaded from UniProt. but it is in txt format and I require FASTA format. PLease suggest a solution. Do I have to retrieve the data from other source?

Thanks

blast • 4.1k views
ADD COMMENT
4
Entering edit mode
6.6 years ago
  1. Go to UniProt website
  2. Search for: taxonomy:viridiplantae
  3. Click on the Download button:
    • Check Download all
    • Select Format: FASTA
    • Check Compressed
    • Click GO.
ADD COMMENT
1
Entering edit mode

thanks for the the help

ADD REPLY
0
Entering edit mode

Sure! If I answered your question, please mark my post as accepted by clicking on the thick (check sign) icon.

ADD REPLY
1
Entering edit mode
4.5 years ago

Hi,

The accepted answer is not optimal. The entire plant database is huge and takes a long time to download via browser.

After a long time, I found the best solution:

wget ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/taxonomic_divisions/uniprot_trembl_plants.dat.gz

Took me 2 days search to find this link. It should be easier to find!

Cheers, Ricardo

ADD COMMENT
0
Entering edit mode

but this is .dat file not fasta

ADD REPLY
0
Entering edit mode

Those files are in UniProtKB format.

ADD REPLY
0
Entering edit mode

yea dont know if you can use them (.dat files) for blastp in terminal. Or you can?

edit: is there a way to convert .dat file to .fasta ?

ADD REPLY
0
Entering edit mode

Hey, you just got an answer to that bellow: Python script swissprot2fasta.py) from MakerP (https://github.com/bioxfu/MakerP) to convert .dat to .fasta

ADD REPLY
1
Entering edit mode
3.2 years ago
shzhang ▴ 20

In case others need to retrieve the plant uniprot sprot database, one can download the .dat file (uniprot_sprot_plants.dat.gz) from ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/taxonomic_divisions/, and then use a Python script (swissprot2fasta.py) from MakerP (https://github.com/bioxfu/MakerP) to convert .dat to .fasta

ADD COMMENT

Login before adding your answer.

Traffic: 2607 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6