Skip to content

Commit

Permalink
fixed minor bug in Scaffold GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
pfgherardini committed Jul 25, 2018
1 parent e9f7427 commit 4d679f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.1
Version: 0.4.2
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 Down
2 changes: 1 addition & 1 deletion inst/shinyGUI/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ shinyServer(function(input, output, session) {
out.dir <- file.path(working.directory, "scaffold_result")
args.list <- list(
files.list = files.list,
ref.file = input$scaffoldui_reference,
ref.file = file.path(working.directory, input$scaffoldui_reference),
landmarks.data = landmarks.data,
col.names = input$scaffoldui_markers,
inter.cluster.weight.factor = input$scaffoldui_inter_cluster_weight,
Expand Down

0 comments on commit 4d679f5

Please sign in to comment.