Skip to content

Commit 8aec5ed

Browse files
committed
Move XChem results dir to tmp
1 parent 3e8ff09 commit 8aec5ed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/dlstbx/services/trigger_xchem.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,8 @@ def trigger_pandda_xchem(
611611
)
612612

613613
# 3. Create the dataset directory
614-
614+
tmp_dir = pathlib.Path("/dls/tmp/xchem_diff2ir") # TEMPORARY RESULTS DIR
615+
processing_dir = tmp_dir / xchem_visit_dir.parts[-1]
615616
model_dir = processing_dir / "analysis" / "auto_model_building"
616617
dataset_dir = model_dir / dtag
617618
compound_dir = dataset_dir / "compound"

0 commit comments

Comments
 (0)