From: martinahansen Date: Tue, 3 May 2011 10:06:03 +0000 (+0000) Subject: corrected plot_matches missing -persists switch X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=23f0fc0f159e6f820ef65bec0fc58d08f6dafd08;p=biopieces.git corrected plot_matches missing -persists switch git-svn-id: http://biopieces.googlecode.com/svn/trunk@1358 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_bin/plot_matches b/bp_bin/plot_matches index 3fc25ad..ef0780c 100755 --- a/bp_bin/plot_matches +++ b/bp_bin/plot_matches @@ -136,7 +136,7 @@ sub dotplot_matches close $fh_forward; close $fh_backward; - $cmd = "gnuplot"; + $cmd = "gnuplot -persist"; $pid = open2( $fh_out, $fh_in, $cmd );