We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d7fe7 commit 652501aCopy full SHA for 652501a
docking/dock_v02.py
@@ -640,7 +640,6 @@ def run(self):
640
if acquired_cpu:
641
self.vina_sem.release()
642
643
- print(GPU_TYPE)
644
print(f"[{threading.current_thread().name}] Docking {ligand_file}")
645
if GPU_TYPE == "NVIDIA" or GPU_TYPE == "CUDA":
646
parsed_results = self.parse_adgpu_xml(xml_out, receptor_name, ligand_file)
0 commit comments