jbrowsetix / jbrowse

jbrowse non-fork to test tix migration
Other
1 stars 0 forks source link

Error in JsonGenerator.pm: division by zero #5

Open jbrowsetix opened 13 years ago

jbrowsetix commented 13 years ago

Illegal division by zero at /home/victor/work_bio/scripts/jbrowse/bin/../lib/JsonGenerator.pm line 284.

original LH ticket

This ticket has 0 attachment(s).

jbrowsetix commented 13 years ago

Error in JsonGenerator.pm: division by zero

The error occurs at this line:

@@@ perl

approximate the number of bases per histogram bin at the zoom level where

# FeatureTrack.js switches to histogram view, by default
my $histBinThresh = ($self->{refEnd} \* 2.5) / $self->{count};

@@@

by Victor Poten

jbrowsetix commented 13 years ago

Error in JsonGenerator.pm: division by zero

by Victor Poten