Skip to content

Commit ac9001a

Browse files
committed
Fix batch parameter (PanDDA2)
1 parent 85f2d99 commit ac9001a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dlstbx/wrapper/pandda_xchem.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def run(self):
4848
dtag = datasets[int(slurm_task_id) - 1]
4949
else:
5050
dtag = params.get("dtag")
51+
batch = False
5152

5253
dataset_dir = model_dir / dtag
5354
compound_dir = dataset_dir / "compound"

0 commit comments

Comments
 (0)