Skip to content

Commit 1c4969e

Browse files
committed
slight change to build dataset
had to update validation script call.
1 parent 0e134b1 commit 1c4969e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

build/build_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def run_schema_checker(dataset):
260260
decompress_file(os.path.join('local', all_files_dir, file))
261261

262262
# Run schema checker
263-
schema_check_command = ['python3', 'scripts/check_schema.py', '--datasets'] + datasets
263+
schema_check_command = ['python3', 'check_schema.py', '--datasets'] + datasets
264264
run_docker_validate_cmd(schema_check_command, all_files_dir, 'Validation')
265265

266266
def main():

build/pancpdo/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ pyarrow
1212
polars-lts-cpu==0.19.17
1313
PyYAML
1414
numpy
15+
rdkit
16+
mordredcommunity
17+

0 commit comments

Comments
 (0)