--> -->
 
 
IndexError
Python 2.3.3: /users/chili/usr/lib/bin/python2.3
Wed May 16 23:55:40 2012

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /users/chili/cgi-www/cgi-bin/GeneticMarkers/grass
   54 
   55 
   56 hitcount()
   57 
   58 print """<h2>Results of running our pipeline on genomic sequence data from <em>rice</em> and gene indices from <em> hordeum</em> and <em>sorghum</em><p></h2><p>"""
hitcount = <function hitcount>

 /users/chili/cgi-www/cgi-bin/GeneticMarkers/grass in hitcount()
   29          co = open(hitcounterfile)
   30          coco = co.readlines()
   31          hitcount = int(coco[0])
   32          co.close()
   33          co = open(hitcounterfile, 'w')
global hitcount = <function hitcount>, builtin int = <type 'int'>, coco = []

IndexError: list index out of range
      args = ('list index out of range',)