#!/usr/bin/perl

@tools = ("DSS","Metilene");
foreach $tool (@tools) {
  unless (-e "mothers-vs-virgins.$tool.DMR.bigBed") {
    system "cp /ddn/gs1/project/mousemeth/methylseq/analysis/sara/analysisJan2017/DMRs_mothers-vs-virgins/tracks/mothers-vs-virgins.$tool.DMR.bigBed mothers-vs-virgins.$tool.DMR.bigBed";
  }
}
