87f551dfb14925f9e7e1d6f23d798fef313fd73c hiram Mon Sep 1 23:25:33 2025 -0700 new chain net construction and update genePred names diff --git src/hg/utils/automation/doIdKeys.pl src/hg/utils/automation/doIdKeys.pl index ec4770fdd49..9c8a2626c12 100755 --- src/hg/utils/automation/doIdKeys.pl +++ src/hg/utils/automation/doIdKeys.pl @@ -23,31 +23,31 @@ $opt_buildDir $opt_twoBit /; # Specify the steps supported with -continue / -stop: my $stepper = new HgStepManager( [ { name => 'setup', func => \&doSetup }, { name => 'clusterRun', func => \&doClusterRun }, { name => 'finalResult', func => \&doFinalResult }, { name => 'cleanup', func => \&doCleanup }, ] ); # Option defaults: my $dbHost = 'hgwdev'; -my $bigClusterHub = 'ku'; +my $bigClusterHub = 'hgwdev'; my $workhorse = 'hgwdev'; my $defaultWorkhorse = 'hgwdev'; my $twoBit = "$HgAutomate::clusterData/\$db/\$db.2bit"; my $base = $0; $base =~ s/^(.*\/)?//; sub usage { # Usage / help / self-documentation: my ($status, $detailed) = @_; # Basic help (for incorrect usage): print STDERR " usage: $base db options: ";