Entering edit mode
7.6 years ago
bxia
▴
180
Is there a way to blast multiple sequences with biopython qblast at same time instead of just using for loop the SeqIO.parse resutl?
Thanks,
Please be more specific, you want to run blast from Python? Like Bio::Tools::Run in BioPerl (I think that does not exist, unfortunately Biopython is not nearly as complete as BioPerl, maybe you like to switch :) ?