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 9d9a3bd commit df26ed1
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'data/fragments_all/{node}/hMOF_frag'
OUTPUT_TEMPLATE=f'hMOF_frag'
OUT_DIR=f'data/fragments_all/{node}/'
CORES='0'

Expand Down

0 comments on commit df26ed1

Please sign in to comment.