[maker-devel] figured out the problem
Emily Wong
e.wong at usyd.edu.au
Sun Jul 20 22:58:30 MDT 2008
Hi,
Just letting you know that the problem is fixed after consulting with a perl programmer. It turns out that instead of in the maker script
if (! -e $CTL_OPTIONS{'snaphmm'} &&
(! exists $ENV{'ZOE'} || ! -e $ENV{'ZOE'}/$CTL_OPTIONS{'snaphmm'} )
){
double quotes are added to $ENV{'ZOE'}/$CTL_OPTIONS{'snaphmm'} like:
if (! -e $CTL_OPTIONS{'snaphmm'} &&
(! exists $ENV{'ZOE'} || ! -e "$ENV{'ZOE'}/$CTL_OPTIONS{'snaphmm'}" )
){
I don't get the cannot divide by 0 error message anymore. As I couldn't find the fly hmm in the maker package I transferred it from the snap package. It worked after altering the path to point at the snaphmm in maker_opts.ctl.
Cheers,
Emily
Emily Wong
PhD Student
Faculty of Veterinary Science
The University of Sydney
Room 511,
Gunn Building (B19), Regimental Crescent
NSW 2006 Australia
Email: emilyw at vetsci.usyd.edu.au
Ph: +61 433 567 288
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://yandell-lab.org/pipermail/maker-devel_yandell-lab.org/attachments/20080721/cb4b6237/attachment.html
More information about the maker-devel
mailing list