schrodinger.application.desmond.report_helper module

schrodinger.application.desmond.report_helper.replica_name(n)[source]
schrodinger.application.desmond.report_helper.change_plot_colors(axis, spines=True, ticks=True, labels=True, polar=False, label_size=8)[source]
schrodinger.application.desmond.report_helper.load_gui()[source]
schrodinger.application.desmond.report_helper.generate_ligand_2d_placeholder(filename, natoms)[source]
schrodinger.application.desmond.report_helper.generate_aligned_2d_ligand_pair(fn_list, ct1, ct2, aligned_core)[source]

Given two ligands, try to generate a 2d-plot where they’re aligned.

schrodinger.application.desmond.report_helper.generate_ligand_2d_image(filename, ligand_st=None, scene=None, crop=True, ret_size=False)[source]

given a scene, or a ligand st, output the 2d image

schrodinger.application.desmond.report_helper.crop_image(image_in)[source]

get rid of the white background rgb=[255,255,255]

schrodinger.application.desmond.report_helper.convertQimageToImage(qimg)[source]

converts QImage object to PIL Image object, in order to crop

schrodinger.application.desmond.report_helper.get_qcolor(hex_color)[source]
schrodinger.application.desmond.report_helper.save_2d_annotated_img(structure_item, filename, crop=True, ret_size=False)[source]