Must select organism to run GENSCAN on.
--> --> <type 'exceptions.KeyError'> | Python 2.5.2: /usr/bin/python Tue Jan 28 07:09:52 2025 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/home/website/cgi-bin/genscanw_py.cgi in |
14 if not '-o' in form: |
15 print "Must select organism to run GENSCAN on." |
16 organism = form['-o'].value |
17 subopt = float(form['-e'].value) |
18 pred_pep = form['-p'].value |
organism undefined, form = FieldStorage(None, None, []), ].value = [] |
/usr/lib64/python2.5/cgi.py in __getitem__(self=FieldStorage(None, None, []), key='-o') |
565 if item.name == key: found.append(item) |
566 if not found: |
567 raise KeyError, key |
568 if len(found) == 1: |
569 return found[0] |
builtin KeyError = <type 'exceptions.KeyError'>, key = '-o' |
<type 'exceptions.KeyError'>: '-o'
args =
('-o',)
message =
'-o'