IUBio

parse

Danielle et jean Thierry-Mieg mieg at kaa.crbm.cnrs-mop.fr
Wed Jul 22 12:27:42 EST 1998


Rather than

  foreach acefile (`ls $ACEDB/rawdata/*.ace`)
     tace <<DONE
     parse $acefile
   DONE



a much faster shell is

touch /tmp/toto
foreach acefile (`ls $ACEDB/rawdata/*.ace`)
echo parse $acefile >> toto
end

tace $ACEDB < /tmp/toto
\rm  /tmp/toto


the reason is that in the later case you open tace and save only once
i will add a command to run tace commanss off a file of commnds from
the interface




More information about the Acedb mailing list

Send comments to us at biosci-help [At] net.bio.net