schrodinger.seam.examples.rescount module¶
A residue counting workflow.
Basic usage:
$SCHRODINGER/run seam_example.py rescount
Parallelized usage with jobserver:
$SCHRODINGER/run seam_example.py rescount –per-residue-cpu-time 2 -HOST localhost:8
- schrodinger.seam.examples.rescount.analyze(residue, sleep_time=0)¶
Analyze a residue.
This function just sleeps and then returns the residue. It is used to demonstrate how seam works with computationally expensive transforms.
- schrodinger.seam.examples.rescount.parse_args(args)¶
- schrodinger.seam.examples.rescount.main(args=None)¶