Skip to content

Commit

Permalink
Update difflinker_sample.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunp2 authored Oct 18, 2023
1 parent 85dc7d1 commit 4b3ff07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mofa/difflinker_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def sampler(nodes: List[str]=['CuCu'], n_atoms_list: List[int]=[8]):
OUTPUT_DIR = f'mofa/output/n_atoms_{n_atoms}/{node}'
os.makedirs(OUTPUT_DIR,exist_ok=True)
# subprocess.run(f'python -W ignore utils/difflinker_sample_and_analyze.py --linker_size {n_atoms} --fragments data/fragments_all/{node}/hMOF_frag.sdf --model models/geom_difflinker.ckpt --output {OUTPUT_DIR} --n_samples 1',shell=True)
main_run(input_path=f"./data/fragments_all/{node}/hMOF_frag_frag.sdf", model="mofa/models/geom_difflinker.ckpt", linker_size=str(n_atoms), output_dir=OUTPUT_DIR, n_samples=1, n_steps=None, anchors=None)
main_run(input_path=f"mofa/data/fragments_all/{node}/hMOF_frag_frag.sdf", model="mofa/models/geom_difflinker.ckpt", linker_size=str(n_atoms), output_dir=OUTPUT_DIR, n_samples=1, n_steps=None, anchors=None)

# change to the line below to reproduce paper result
#subprocess.run(f'python -W ignore utils/difflinker_sample_and_analyze.py --linker_size {n_atoms} --fragments data/fragments_all/{node}/hMOF_frag.sdf --model models/geom_difflinker.ckpt --output {OUTPUT_DIR} --n_samples 20',shell=True)
Expand Down

0 comments on commit 4b3ff07

Please sign in to comment.