0e69037441c493289ea56f19a2e26ed24c80152a hiram Mon Mar 2 10:58:04 2020 -0800 correct one line header message in usage() no redmine diff --git src/hg/utils/overlapSelect/usage.txt src/hg/utils/overlapSelect/usage.txt index 5d73bfb..6a8d35a 100644 --- src/hg/utils/overlapSelect/usage.txt +++ src/hg/utils/overlapSelect/usage.txt @@ -1,15 +1,17 @@ +overlapSelect - Select records based on overlapping chromosome ranges. +usage: overlapSelect [options] selectFile inFile outFile Select records based on overlapping chromosome ranges. The ranges are specified in the selectFile, with each block specifying a range. Records are copied from the inFile to outFile based on the selection criteria. Selection is based on blocks or exons rather than entire range. Options starting with -select* apply to selectFile and those starting with -in* apply to inFile. Options: -selectFmt=fmt - specify selectFile format: psl - PSL format (default for *.psl files). pslq - PSL format, using query instead of target