886a096d97b3edc9c7245ed8c564373aa286bcd8 kuhn Tue Mar 5 13:52:47 2013 -0800 at hiram's suggestion, adding -ef flag to first line. he says it'll hard-quit on an error, but I haven't found any difference in what it does. diff --git src/utils/qa/makeCytoBandIdeo.csh src/utils/qa/makeCytoBandIdeo.csh index d0c4fea..af45525 100755 --- src/utils/qa/makeCytoBandIdeo.csh +++ src/utils/qa/makeCytoBandIdeo.csh @@ -1,16 +1,16 @@ -#!/bin/tcsh +#!/bin/tcsh -ef source `which qaConfig.csh` set db="" set sql=~/kent/src/hg/lib/cytoBandIdeo.sql if ( $#argv == 0 || $#argv > 2 ) then # no command line args echo echo " make a cytoBandIdeo table for navigation if no real cytology available." echo " checks for existing cytoBandIdeo table and optionally overwrites." echo " note: the script may break on load step if chromNames are too long." echo echo " usage: database [overwrite]" echo exit