[Genquire-users] Bug report: BIO_SUPPORT/Genquire/GQ/Client/QueryScreen.pm
Mark Wilkinson
mwilkinson@gene.pbi.nrc.ca
Fri, 9 Aug 2002 08:31:42 -0600 (CST)
thanks! I'll get onto that right away. I just got back from ISMB so it
mimght take a day or two to get my head back into work again though ;-)
M
On Thu, 8 Aug 2002, Nash, John wrote:
> Hi guys..
>
>
> I'm a newbie, please bear with me.
>
> On a fresh install, upon startup Genquire bugs out with a perl "bareword"
> error in:
>
> /BIO_SUPPORT/Genquire/GQ/Client/QueryScreen.pm at line 1755
>
> unless ($seq){done = 1; last};
> should be:
> unless ($seq){$done = 1; last};
> ^
>
> Then, it works :)
>
> cheers,
> John
>