cd /path/to/BEDTOOLS/bedtools2/data cp gerp.chr1.bed.gz aluY.chr1.bed.gz /path/to/TESTCASE
cd /path/to/TESTCASE gzip -d gerp.chr1.bed.gz gzip -d aluY.chr1.bed.gz
bedtools intersect -a aluY.chr1.bed -b gerp.chr1.bed
结果示例如下图所示,则表示运行成功。