Hello
UNDER LINUX (red-hat 6.1)
When i launch acedb and make a blast the application close at the
end of the blast.
UNDER SUN
When i launch acedb and make a blast, only the window who say wait
5 minutes close at the end of the blast.
Apparently the reason is the code follow.
lines 193 of blast_search
# Finally, mv $2.b to $2.out and signal acedb
mv $2.b $2.out
if ($1 != "0") kill -USR1 $1
My request is UNDER LINUX how to close a window and only a window, not
the application
Thanks ... 8-)
---