15 Aug 02:00
RemoteBlast's save_output not saving properly for blasttable
From: Ulas Karaoz <UKaraoz <at> lbl.gov>
Subject: RemoteBlast's save_output not saving properly for blasttable
Newsgroups: gmane.comp.lang.perl.bio.general
Date: 2008-08-15 00:03:51 GMT
Subject: RemoteBlast's save_output not saving properly for blasttable
Newsgroups: gmane.comp.lang.perl.bio.general
Date: 2008-08-15 00:03:51 GMT
Hi,
I found out that the save_output routine in RemoteBlast.pm doesn't
save the output properly into a file when the Blast output is a
hittable(blasttable). Might the reason be the fact that the tabular
output has a line that starts with a # while the parser is looking for
a line starting with just BLASTN, as in the section pasted below:
if( $l =~ /^(?:[T]?BLAST[NPX])\s*.+$/i ||
$l =~/^RPS-BLAST\s*.+$/i ) {
$seentop=1;
}
RSS Feed