# HG changeset patch # User jesse-erdmann # Date 1327448021 18000 # Node ID 17ce4f3bffa244d3442bb259de4883608d86275b # Parent 37f15fe01f14aff98c79297830b9aa5c6ae4465a Uploaded diff -r 37f15fe01f14 -r 17ce4f3bffa2 tapdance_runner.pl --- a/tapdance_runner.pl Fri Dec 09 12:02:18 2011 -0500 +++ b/tapdance_runner.pl Tue Jan 24 18:33:41 2012 -0500 @@ -393,9 +393,10 @@ # Copy insert files ### if ($copy_ins_files) { - #if (defined($projBed)) { + if (defined($projBed)) { + copy("$envDirN/results/raw_$projName.BED", "$projBed") || die "Unable to retrieve project BED, $envDirN/results/raw_$projName.BED. $!\n"; + } if (defined($index)) { - #copy("$envDirN/results/raw_$projName.BED", "$projBed") || die "Unable to retrieve project BED, $envDirN/results/raw_$projName.BED. $!\n"; #print $indexH "A BED containing all inserts
\n"; copy("$envDirN/results/raw_$projName.BED", $index_path . "/primary_" . $index_id . "_InsertsBED_visible_bed") || die "Unable to retrieve project BED, $envDirN/results/raw_$projName.BED. $!\n"; }