ef38617cd32fd57c007e05a6ed1d1311dd87599c braney Sat Dec 31 13:53:21 2022 -0800 add a couple of tiny utilities used in the knownGene build diff --git src/hg/utils/otto/knownGene/addIspcrToCentral.sh src/hg/utils/otto/knownGene/addIspcrToCentral.sh new file mode 100755 index 0000000..e69ecf0 --- /dev/null +++ src/hg/utils/otto/knownGene/addIspcrToCentral.sh @@ -0,0 +1,9 @@ +serverName=$1 +port=$2 + +hgsql hgcentraltest -e \ + "INSERT into blatServers values ('${db}KgSeq${GENCODE_VERSION}', '$serverName', $port, 0, 1,'');" +hgsql hgcentraltest -e \ + "INSERT into targetDb values('${db}KgSeq${GENCODE_VERSION}', 'GENCODE Genes', \ + '$db', 'kgTargetAli', '', '', \ + '/gbdb/${db}/targetDb/${db}KgSeq${GENCODE_VERSION}.2bit', 1, now(), '');"