|
|
|
|
|
|
|
|
|
parse_score(line)
Extract the score from the comment in a line of a Phase subset file. |
|
|
|
merge_readers(readers,
outfh,
nreport=None) |
|
|
|
merge_batch(filenames,
output_filename,
nreport=None)
Merge the give subset files in a single pass. |
|
|
|
merge_all(filenames,
output_filename,
batch_size=128,
nreport=None)
Merge any number of subset files, opening only up to 'batch_size' at
a time and doing multiple passes if necessary. |
|
|
|
parse_merge_args()
Parse arguments to the glide_subset_merge script. |
|
|
|
merge_main()
Main function for the glide_subset_merge script. |
|
|
|
phase_subset_reader(fname)
Return an iterator that reads a Phase subset file, skipping
LIGAND_DIR lines. |
|
|
|
phase_subset_count(fname)
Count the lines in a Phase subset file, ignoring LIGAND_DIR lines. |
|
|