Opened 14 months ago
Closed 14 months ago
#1528 closed defect (fixed)
Fix for ASCAT crasches
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.49.3 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
NOTE! Changes in this ticket mainly affect the ASCAT fork on Github.
Some ASCAT analysis crashes with error message: Error in if (score < tau) mu = 0 : missing value where TRUE/FALSE needed
.
This error can happen both with the bimodality coefficient test and the segment mad test. It seems to be causes by segments that have very few SNPs and the calculations result in a division by 0. This could be fixed by reverting to the original test since it only uses the mean value.
Change History (3)
comment:1 by , 14 months ago
comment:3 by , 14 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 7365: