From f1264fe80e29ea531a445d88e57985054b2c4c3c Mon Sep 17 00:00:00 2001 From: George Tollefson Date: Wed, 27 Mar 2019 11:09:40 -0400 Subject: [PATCH] fix(removedCallToDisplayPlotAfterSavingInSave_Plots()InVcf_Utils_Complete.Jl): removed call to display plot after saving plot displaying plot caused error when running on remote server --- src/vcf_utils_complete.jl | 2 +- viva | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vcf_utils_complete.jl b/src/vcf_utils_complete.jl index 1f9f6b0..7e95aa8 100644 --- a/src/vcf_utils_complete.jl +++ b/src/vcf_utils_complete.jl @@ -1489,6 +1489,6 @@ function save_graphic(graphic,output_directory,save_ext,title,remote_option) PlotlyJS.savefig(graphic, joinpath("$(output_directory)" ,"$title.$(save_ext)")) end - display(graphic) + #display(graphic) end diff --git a/viva b/viva index 3572997..9732c9d 100755 --- a/viva +++ b/viva @@ -100,7 +100,7 @@ function test_parse_main(ARGS::Vector{String}) help = "visualize average read depths as line chart. Options: average sample read depth, average variant read depth, or both. eg. =sample, =variant, =sample,variant" "--save_remotely" - help = "Specify filename for heatmap with underscores for spaces." + help = "Save html support files online rather than locally so files can be shared between systems. Files saved in this way require internet access to open." action = :store_true