4b1e60cc4e12743f5d5194decfb10bda2942dc0c galt Thu Apr 30 22:32:27 2020 -0700 adding missing canPcr field. should have been done long ago. diff --git src/hg/lib/blatServers.as src/hg/lib/blatServers.as index bf3623d..893b87e 100644 --- src/hg/lib/blatServers.as +++ src/hg/lib/blatServers.as @@ -1,8 +1,9 @@ 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" )