- priority: 5 --> 1
Not sure if this is still being maintained, thought i'd post the problem in case anyone else has it.
I get the error message when I run the ESTscan2.1 with the -ft option:
Can't locate auto/BTLib/ac.al in @INC (@INC contains: /usr/lib/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .) at /home/user/bioapps/estscan2/ESTScan2-2.1/ESTScan line 375
Running it on openSuse 11.2 (x68_64)
I'm not the well acquainted with perl, so I'm not sure it's something I've done when installing BTLib. But for reference, to solve the problem I added.
use UGEntry;
use UGFile;
to the package list and changed the line 375 to:
print FT $seq->UGdbref::ac, "\n";
Which no longer threw the error.
Regards Dominic Wood (PhD Student),
PS; Thanks for the useful software, will be citing if anything is published.