--> -->
 
 
<type 'exceptions.IOError'>
Python 2.7.3: /usr/bin/python
Mon May 6 11:32:02 2024

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

 /opt/apps/phylopars/getallfeatures.py in ()
     23 if len(sys.argv)<=1:
     24     if os.path.isfile('parameters'):
=>   25         f = open('parameters','rU')
     26         pairs = []
     27         for l in f:
f undefined, builtin open = <built-in function open>

<type 'exceptions.IOError'>: [Errno 13] Permission denied: 'parameters'
      args = (13, 'Permission denied')
      errno = 13
      filename = 'parameters'
      message = ''
      strerror = 'Permission denied' ERROR retrieving data!