Skip to content

Commit

Permalink
fixed problem with write_graph
Browse files Browse the repository at this point in the history
  • Loading branch information
pfgherardini committed Feb 20, 2019
1 parent 6d9ca47 commit 566e609
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: vite
Type: Package
Title: Analyzing single-cell data using graphs
Version: 0.4.4
Version: 0.4.5
Authors@R: "Pier Federico Gherardini <pfgherardini@parkerici.org> [aut, cre]"
Description: This is a package for visualization and analysis of high-dimensional
single-cell data using graphs
Expand All @@ -13,4 +13,4 @@ LinkingTo: Rcpp
License: GPL v3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
RoxygenNote: 6.1.0
2 changes: 1 addition & 1 deletion inst/shinyGUI/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ shinyServer(function(input, output, session) {
)

out.name <- file.path(working.directory, sprintf("%s.graphml", input$unsupervisedui_out_name))
write_graph(G, out.name)
vite::write_graph(G, out.name)

showModal(modalDialog(
"Analysis Finished", br(),
Expand Down
8 changes: 4 additions & 4 deletions man/get_scaffold_map.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions man/get_unsupervised_graph_from_files.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 566e609

Please sign in to comment.