Yes I was thinking of doing it this way, one weird thing though is if I do:
bedtools intersect -v -a your.bed -b repeat.bed > your_without_repeats.bed
Lets say I get 300 out of an original 1000 for:
your_without_repeats.bed
However when I do the following to get a file of those intervals that overlap with repeats:
bedtools intersect -a your.bed -b repeat.bed > your_with_repeats.bed
I don't get exactly 700, but another number?