schrodinger.application.bioluminate.run_propka module

PROPKA wrapper functions

schrodinger.application.bioluminate.run_propka.run_propka(files, **kwargs)

Runs the propka job.

All kwargs will be added to the command line arguments. They must be taken from the help arguments. The prepended dash is automatically added to the key. For example, this

propka.run(files, pH=6.8)

will run propka with “-pH 6.8” added to the command line.

Parameters:files (The filename (as string) or list/tuple of filenames (strings)) – The pdb files to operate on