Which file should I use to retrieve CDs following the GenBank Assembly link? No RefSeq available.
Hi,
I want to gather CDs from NCBI or Ensembl. For some species there is NO curated RefSeq assembly, only the link to "ftp directory for GenBank assembly" There I found GBFF files AND genomic.fna files. If I only want CDs like I usually recover in RefSeq links, which one is the correct one?
I think I can convert GBFF files into fasta using other programs. I don't know how to filter CDs from the genomic.fna file (since I think there are more than CDs in this file). Thanks for your help,
Andrés
• 2,358 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Not sure why you see only GBFF and genomic files. Any time I get assemblies there are bunch of other files, including
cds_from_genomic.fna.gzwhich is what you need. Can you give a link to an assembly?I would not be surprised if they have only genomic DNA file, but if they have
.gffor.gbfffiles, it is straightforward to convert them into codons or proteins. You may want to try any2fasta orgffreadfrom Cufflinks. I am sure there are many other tools for converting.gffand.gbffinto.fasta.Thanks I will try some of these tools.