Entering edit mode
5.2 years ago
zack.henning
•
0
Hey all, I have I am pretty new to python and bioinformatics in general and I had a quick question. So basically I want to run a DB fetch with Entrez.efetch and put it into a designated table in a data base I created with SQLite3. I was wondering if there was any possible way to run a for loop within the Entrez.efetch so I can pull the example genbank file/sequence file and put it into my database. Any tips would be helpful, thanks!
What exactly is it you want to loop? Different queries?
I don't think there's any reason you shouldn't be able to do something like: