fff0062e7c441f814c4aecfc74ac8ed60ae4eeb3 markd Wed Jun 5 03:41:37 2024 -0700 add option for overlapSelect statistics output to have a TSV header on output diff --git src/hg/utils/overlapSelect/usage.txt src/hg/utils/overlapSelect/usage.txt index 3ffd4aa..f568666 100644 --- src/hg/utils/overlapSelect/usage.txt +++ src/hg/utils/overlapSelect/usage.txt @@ -85,15 +85,16 @@ inId inOverlap inOverBases inBases -statsOutputAll - like -statsOutput, however output all inFile records, including those that are not overlapped. -statsOutputBoth - like -statsOutput, however output all selectFile and inFile records, including those that are not overlapped. -mergeOutput - output file with be a merge of the input file with the selectFile records that selected it. The format is inRec<tab>selectRec. if multiple select records hit, inRec is repeated. This will increase the memory required. Not supported with -nonOverlapping or -aggregate. -idOutput - output a tab-separated file of pairs of inId selectId with -aggregate, only a single column of inId is written -dropped=file - output rows that were dropped to this file. -verbose=n - verbose > 1 prints some details, + -tsv - output TSV headers instead of autoSql headers for statistics output.