582e3e62507cc29716f2d19896a4ba90d927ce53 hiram Fri Oct 31 15:32:13 2025 -0700 Correct Myers name spelling diff --git src/hg/utils/automation/doFasTAN.pl src/hg/utils/automation/doFasTAN.pl index 109d20972c9..ca992fb7a48 100755 --- src/hg/utils/automation/doFasTAN.pl +++ src/hg/utils/automation/doFasTAN.pl @@ -47,31 +47,31 @@ my ($status, $detailed) = @_; # Basic help (for incorrect usage): print STDERR "usage: $base db path/to/unmasked.2bit options: "; print STDERR $stepper->getOptionHelp(); print STDERR <<_EOF_ -buildDir dir Use dir instead of default $HgAutomate::clusterData/\$db/$HgAutomate::trackBuild/longdust.\$date (necessary when continuing at a later date). _EOF_ ; print STDERR HgAutomate::getCommonOptionHelp('dbHost' => $dbHost, 'workhorse' => $defaultWorkhorse); print STDERR " -Automates Gene Meyers' 'FasTAN' process for the given unmasked.2bit sequence. +Automates Gene Myers' 'FasTAN' process for the given unmasked.2bit sequence. Steps: setup: Prepares partitioned sequence listings from the given unmasked.2bit cluster: Does the cluster run of 'FasTAN' on the partitioned sequences bedResult: Gathers the individual cluster job results into one .bed and .bb bigBed result cleanup: Removes temporary files All operations are performed in the build directory which is $HgAutomate::clusterData/\$db/$HgAutomate::trackBuild/fasTan.\$date unless -buildDir is given."; # There is no detailed help (-help): print "\n"; exit $status; } # Globals: