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 818a260 commit 6b3ed37Copy full SHA for 6b3ed37
src/dlstbx/services/trigger_xchem.py
@@ -617,8 +617,9 @@ def trigger_pandda_xchem(
617
return {"success": True}
618
elif not CompoundSMILES:
619
self.log.info(
620
- f"Puck {code}, puck position {location} has no corresponding CompoundSMILES, considering as an apo dataset"
+ f"Puck {code}, puck position {location} has no corresponding CompoundSMILES, apo dataset? Skipping..."
621
)
622
+ return {"success": True}
623
624
# 3. Create the dataset directory
625
tmp_dir = pathlib.Path("/dls/tmp/xchem_diff2ir") # TEMPORARY RESULTS DIR
0 commit comments