How to do dockings
Looking at the results
Make a namelist
find res -type d > namelist
Combine ligands and receptors
sh make_combine.sh
Rendering
Move selected directories
Make the namelist
head -25 sort | awk '{print $1}' | cut -d/ -f1-5 > tmp
Move the directories
for ii in $(cat tmp); do cp -r $ii res; done