f73c1634c8d7d1fe40013a50081a66f51dee60d4 galt Wed May 19 11:38:33 2021 -0700 adding isPcr to fetchKentSource.sh diff --git src/userApps/fetchKentSource.sh src/userApps/fetchKentSource.sh index 6727a92..b091c10 100755 --- src/userApps/fetchKentSource.sh +++ src/userApps/fetchKentSource.sh @@ -29,30 +29,31 @@ # and the script changed to a .py name rm -fr kent/src/utils/bedJoinTabOffset echo "fetch kent source part ${partNumber} ${ofN}" 1>&2 git archive --format=zip -9 --remote=git://genome-source.soe.ucsc.edu/kent.git \ --prefix=kent/ ${branch} \ src/machTest.sh \ src/checkUmask.sh \ src/ameme \ src/aladdin \ src/blat \ src/dnaDust \ src/fuse \ src/gfClient \ src/gfServer \ +src/isPcr \ src/index \ src/makefile \ src/meta \ src/parasol \ src/primeMate \ src/product \ src/protDust \ src/weblet \ src/inc \ src/utils \ src/jkOwnLib \ src/lib \ src/hg/affyTransciptome \ src/hg/agpAllToFaFile \ src/hg/agpCloneCheck \