Skip to content

Commit

Permalink
Update 2_generate_frag_sdf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunp2 authored Sep 26, 2023
1 parent 26a815e commit a8ceb10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 2_generate_frag_sdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
from subprocess import PIPE
from utils.rdkit_conf_parallel import compute_confs_worker
import prepare_dataset as prep
from utils.filter_and_merge import run as fm_run


nodes = ['CuCu']
# change to the line below to reproduce paper result
Expand Down Expand Up @@ -49,3 +51,8 @@
# filter and merge
print(f'Filtering and merging ...')
subprocess.run(f'python -W ignore utils/filter_and_merge.py --in-dir {OUT_DIR} --out-dir {OUT_DIR} --template {OUTPUT_TEMPLATE} --number-of-files {CORES}',shell=True)
fm_run(input_dir=OUT_DIR, output_dir=OUT_DIR, template=OUTPUT_TEMPLATE)




0 comments on commit a8ceb10

Please sign in to comment.