Hi! I have a list with accession numbers from ncbi and intervals i need to download. Is there a way to download not a whole FASTA file, but only a certain interval with python/biopython or R (or using some other soft)? An example list is provided below.
id acc_no start stop
10000002717 NZ_GG774949.1 1662245 1662896
10000003767 NZ_GG774949.1 1678553 1679990
10000003783 NZ_GG774796.1 257545 258028
it might help to add from where you want to download them, using any specific software/tool ?
Please go through [[ Please read before posting a question ::: How To Ask A Good Question ]] and then consider editing your question.
I mean FASTA sequences that can be downloaded from ncbi. From software I will try to deal with anyone, but it will be more convenient with python/biopython or R