mdozmorov / genome_runner

Academic Free License v3.0
0 stars 3 forks source link

crash when pasting background coordinates #46

Closed mdozmorov closed 10 years ago

mdozmorov commented 10 years ago

When UPLOADING evofold.bed as FIO and background, the analysis runs. When PASTING the content of evofold.bed into background box, it crashes. The error is below, which is strange, because manually checking 'custom_background.bed' file in uploads folder reveals the same number of SNPs as in the original evofold.bed

ERROR Number of SNPs in evofold.bed > than in background. Removing it from analysis. 2014-06-28 15:17:12,975 ERROR Traceback (most recent call last): File "/home/dozmorovm/genome_runner/grsnp/hypergeom4.py", line 72, in get_overlap_statistics foi_name,n,hit_count = os.path.split(tmp[0])[-1],tmp[2],tmp[3] IndexError: list index out of range