X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Fplot_nucleotide_distribution;h=d8d276f6d796c9217d682042fbf4acd3ea3f940b;hb=25a6b40e414b3a6465f18239f37a980d77d6e062;hp=937bbeaf1378f47882d8f2bd5146fd1fef649486;hpb=ea737d66bd9dbc2f134c0809f026239ad4caf473;p=biopieces.git diff --git a/bp_bin/plot_nucleotide_distribution b/bp_bin/plot_nucleotide_distribution index 937bbea..d8d276f 100755 --- a/bp_bin/plot_nucleotide_distribution +++ b/bp_bin/plot_nucleotide_distribution @@ -105,7 +105,7 @@ if max_len > 0 plot.title options[:title] plot.xlabel options[:xlabel] plot.ylabel options[:ylabel] - plot.output options[:data_out] if options[:data_out] + plot.output options[:data_out] || "/dev/stderr" plot.ytics "out" plot.xtics "out" plot.yrange "[0:#{Y_MAX}]"