We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8ff09 commit 8aec5edCopy full SHA for 8aec5ed
1 file changed
src/dlstbx/services/trigger_xchem.py
@@ -611,7 +611,8 @@ def trigger_pandda_xchem(
611
)
612
613
# 3. Create the dataset directory
614
-
+ tmp_dir = pathlib.Path("/dls/tmp/xchem_diff2ir") # TEMPORARY RESULTS DIR
615
+ processing_dir = tmp_dir / xchem_visit_dir.parts[-1]
616
model_dir = processing_dir / "analysis" / "auto_model_building"
617
dataset_dir = model_dir / dtag
618
compound_dir = dataset_dir / "compound"
0 commit comments