Datasets:
File size: 280 Bytes
d3f6b75 | 1 2 3 4 5 6 | #!/bin/bash
python split_pdbs_by_csv.py \
--splits_dir /absolute/or/relative/path/to/data \
--src_dirs /absolute/or/relative/path/to/processed_pdb_models_20260129 /absolute/or/relative/path/to/processed_NoLongerMissing \
--out_root /absolute/or/relative/path/to/output_root |