/* regChromiaMergeWindows - Merge adjacent identically labeled windows in BED file generated by * Chromia.. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" int scoreColumn = 4; int labelColumn = 3; int maxGap = 1200; double minSumScore = 10.0; double scoreNormFactor = 10000.0; double inNoiseThreshold = 0.0; void usage() /* Explain usage and exit. */ { errAbort( "regChromiaMergeWindows - Merge adjacent identically labeled windows in BED file \n" "generated by Chromia.\n" "usage:\n" " regChromiaMergeWindows chromiaInput output.bed\n" "where chromiaInput is tab-separated with the following columns:\n" "