0ede364a2dcb452681933d5a3579b4f05d90a245 markd Sun Jul 5 15:16:27 2020 -0700 fixed bug where totalSeqSize was not stored in index, now hgBlat works diff --git src/hg/lib/blatServers.as src/hg/lib/blatServers.as index 893b87e..8335dd9 100644 --- src/hg/lib/blatServers.as +++ src/hg/lib/blatServers.as @@ -1,9 +1,10 @@ table blatServers "Description of online BLAT servers" ( string db; "Database name" string host; "Host (machine) name" int port; "TCP/IP port on host" byte isTrans; "0 for nucleotide/1 for translated nucleotide" byte canPcr; "1 for use with PCR, 0 for not" + byte dynamic; "1 for if gfServer is dynamic under xinetd, 0 for not" )