samplot
samplot copied to clipboard
get_tabix_iter: reason for interval extension
In the function get_tabix_iter, the tabix fetch is done with start-1000 and end+1000. Why do we do this? Is it some sort of padding of the interval based on the plot window? What would happen if the you just used start and end on their own?