Skip to content

Commit

Permalink
fix(removedCallToDisplayPlotAfterSavingInSave_Plots()InVcf_Utils_Comp…
Browse files Browse the repository at this point in the history
…lete.Jl): removed call to display plot after saving plot

displaying plot caused error when running on remote server
  • Loading branch information
gtollefson committed Mar 27, 2019
1 parent 9f7ecd2 commit f1264fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vcf_utils_complete.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion viva
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit f1264fe

Please sign in to comment.