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 27ce627 commit 9d9a3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2_generate_frag_sdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
print(f'Now on node {node}')
TARGET_DIR = f'data/sdf/{node}/'
INPUT_SMILES=f'data/fragments_smi/frag_{node}.txt'
OUTPUT_TEMPLATE=f'hMOF'
OUTPUT_TEMPLATE=f'data/fragments_all/{node}/hMOF_frag'
OUT_DIR=f'data/fragments_all/{node}/'
CORES='0'

Expand Down

0 comments on commit 9d9a3bd

Please sign in to comment.