ybukhman / GCAT

Growth curve analysis tool
2 stars 3 forks source link

implement ticket #10, # #53

Closed thethirduniverse closed 8 years ago

thethirduniverse commented 8 years ago
  1. implement ticket #10. Provided users the choice to send an automatically generated emails containing debug information to gcat.help@glbrc.wisc.edu Easiest way to produce an error: use the default sample and layout file, choose "set OD to 0", use "1" as the min value for spec in heapmap. Create the assay, now you should see an error.
  2. re-enable some tests for #32. Now it is able to handle improper heat map ranges.
thethirduniverse commented 8 years ago

Strangely, if during the previous procedure you select average OD of each blank well at each timepoint , you will not get the error. Is this the expected behaviour?

amangpt777 commented 8 years ago

Hi Guanqing, As we discussed just now, its happening because there are values in heat matrix which are greater than 1 for "average.layout" option with add.constant = 0. That is why it is not throwing any error and passing through which is the expected behavior as far as heat map ranges feature is concerned.