I am running the following command
bedtools makewindows -b Input.bed -n 100 -i src > Out.bed
Where the input file has variable sizes of genomic regions of interest. I removed all the regions that were below 200bp (largest regions is 100,000bp) and run the command. No error was received but it didn't create the correct amount of windows to all of the regions. Most regions did have 100 windows but the rest did not. I was wondering if this is known problem and if there are any limitation on running makewindows as far as region length/window size ratio. i.e I have a 1000bp region, I can only make <100 windows.
Thanks,
Niran