A simpe code for extracting the regions with high coverage (>depth_treshold
) from a bed file.
The input of the code is a bed file containing rows of regions with its depth as following format
21 9424000 9424500 69.00
21 9424500 9425000 69.00
21 9425000 9425500 67.00
21 9425500 9426000 66.00
21 9426000 9426500 65.00
21 9426500 9427000 66.00