[Bioperl-l] Bug in remote Blasts scripts

Danny Navarro d.navarro@bmb.sdu.dk
14 Feb 2002 19:48:59 +0100


Hi All,

I am a undergraduate student in biochemistry and I am not very good in
programming yet. Playing with the remote Blast scripts I found that the 
retrieve_blast.pl script didn't work. The output was like this:

Can't get RID from the input data.

I've just changed the regexp for catching the RID:  

Original:
/RID" VALUE="(\S+)"/s

Changed:
/name="RID" type="hidden" value="(\S+)"/s

...And now it works fine. At least for genbank.

Is this a bug? I am doing something wrong? Should I submit to the
mailing list if I find more things like this?

Danny