I could download files annotated with the sequence of genes through NCBI's web-API, but could not find them on their ftp server.
Similarly assemblies in ftp.ncbi.nlm.nih.gov/genomes/refseq only appear annotated with the protein sequences (contrasting the rna.gbk.gz files which exist for /genomes/SOME_SELECTED_MODEL_ORGANISMS).
Do precomputed annotated files with the sequence of genes and CDSs exist, or can they be regenerated from individual files on NCBI's ftp server?
(For me, batch querying sequences through biomart leads to time-outs; While I have been happily parsing sequence-annotated genbank files through biopython, I want to extend to more species and thus avoid manual downloads.)