Creating a loop within Entrez to add data to a data base
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!
• 916 views
•
link
0 answers
No answers yet.
Log in to answer this question.
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: