Skip to content

Commit

Permalink
Update info
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead committed Aug 15, 2024
1 parent 8301194 commit cba7a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_inference_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def build_inference_script(
)
f.write(
"# rm -r forks/DiffDock/inference/diffdock_casp15_output_1/*_*/\n"
+ "# find forks/DiffDock/inference/diffdock_casp15_output_1/* -type d ! -exec test -e {}/rank1.sdf \\; -exec sh -c 'rm -rf {}/*' \\;\n"
+ "# find forks/DiffDock/inference/diffdock_casp15_output_1/* -type d ! -exec test -e {}/rank1.sdf \\; -exec sh -c 'rm -rf {}/' \\;\n"
)
if dynamicbind_casp15_inference_suffix:
f.write(
Expand Down

0 comments on commit cba7a0b

Please sign in to comment.