starKey.py

Feb 20th 2007

Wanjuan Yang

Overview

starKey.py is an application which writes the infomation of steps taken within ccp4 project to a xml file.

Requirements of running starKey

Running starKey.py must have:

starKey: This includes modules starKey.py, dbClientAPI.py, dbsocket.py, smartie.py.

DB handler: This includes modules dbccp4i.py, ccp4i.py, DBcommand.py, manager.py.

CCP4i project database: A project directory created from ccp4i contains the files related to the project.

Usage of starKey

  • starKey can be run from command line by typing the following:

    python starKey.py output_file projectname jobid1 jobid2 ...

    output_file: the name of the output file

    projectname: the alias of the project which you want to get the information.

    jobid: The job id from which you want to output the information to a file.

  • starKey.py can also be invoked within dbviewer from the 'File' menu 'Output XML'.

    Last Update: $Date: 2008/08/12 10:48:16 $