Hi, I had got the same problem. It's caused by wrong regular expression on line 168 in RemoteBlast.pm module. Just change $RIDLINE = 'RID\s+=\s+(\d+-\d+-\d+)'; to something like $RIDLINE = 'RID\s+=\s+(\d+-\d+-\d+\.BLASTQ3)'; and it'll work. Good luck, Serge.