if (FALSE) {
if(readline(
"This will download a lot data and take a while to process.
Make sure you have space and bandwidth. Type y to continue: "
)!='y')
stop('This is a stop to make sure no one downloads a bunch of data unintentionally')
prepareDatabase('accessionTaxa.sql')
blastAccessions<-c("Z17430.1","Z17429.1","X62402.1")
ids<-accessionToTaxa(blastAccessions,'accessionTaxa.sql')
getTaxonomy(ids,'accessionTaxa.sql')
}
Run the code above in your browser using DataLab