Major analysis server update. Had to switch to a new server, and used the opportunity...
[htsworkflow.git] / htswanalysis / scripts / primer_design.pm
index 9ce2e2a45c9834b410a571c2869cc70fcd49ceb9..abb45f5bb91c4a2decf473385106d884d728dbbe 100755 (executable)
@@ -19,7 +19,7 @@ if( -z "~Data/Libraries/$library.txt") {
 my @data = `$root_dir/bin/refine_peaks $bed_file $data_dir/Libraries/$library.txt $root_dir/reference_data/hg18_chrom_list.txt 2> $bed_file.err`;
 
 unless(-z "$bed_file.err") {
-  warn "Errors found: check $tmp_filename.err\n";
+  warn "Errors found: check $bed_file.err\n";
 }
 
 my $designed = "";