Daniel report a bug: Interval mapping crashed on 1431643_at_B when select chromosome 13 and genetic scale. It is invoked by the function drawProbeSetPosition of intervalPage.py
The reason is, when the selected chromosome is the same one of the genes, the program will show the gene's position on the output picture, this gene's position is out of the genotypes' position range, so the code crashed.
This bug had been fixed throuth, if the gene's position out of the genotypes' position range, doesn't show its position on the output.
--
HongqiangLi - 03 Aug 2007
- bug: Interval mapping crashed sometimes when use genetrack selection
- reason: genetrack query gene's information from GeneList table, if it get someone whose cdsStart, cdsEnd, TxStart? or TxEnd? is null, python code will crash since it can not change null type to float type
- resolve: add cdsStart is not null in the query of GeneUtil? .loadGene function
--
HongqiangLi - 27 Mar 2008
Topic revision: r2 - 27 Mar 2008 - 18:01:19 -
HongqiangLi