Skip to content

Commit

Permalink
Update for super
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzzs committed Nov 25, 2023
1 parent cc938bf commit c87a73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docking/ProgressiveDocking/prepare_ligands_ad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ python $script_path'/'split_sdf.py $name'.'sdf
rm $name'.'sdf
find . -type f -name '*.sdf' | xargs -d '\n' -n 10000 -P 24 bash -c 'obabel -isdf "$@" -opdbqt -m;' command
wait $!
rm *sdf
perl -e 'for(<*.sdf>){((stat)[9]<(unlink))}'

end=`date +%s`
echo $((end-start))
Expand Down

0 comments on commit c87a73e

Please sign in to comment.