Skip to content

Commit

Permalink
v0.4.2, bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yxngl committed Sep 16, 2019
1 parent 4c3a57f commit 2418780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: WebGestaltR
Type: Package
Title: Gene Set Analysis Toolkit WebGestaltR
Version: 0.4.1
Date: 2019-07-03
Version: 0.4.2
Date: 2019-09-16
Authors@R: c(
person("Jing", "Wang", email = "jingwang.uestc@gmail.com", role = "aut"),
person("Yuxing", "Liao", email = "yuxingliao@gmail.com", role = c("aut", "cre")),
Expand Down
2 changes: 1 addition & 1 deletion R/createReport.R
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ createReport <- function(hostName, outputDirectory, organism="hsapiens", project
template <- readLines(system.file("templates/template.mustache", package="WebGestaltR"))
data <- list(hostName=hostName, bodyContent=bodyContent,
organism=organism, enrichDatabaseJson=toJSON(allDbNames, auto_unbox=TRUE),
sigJson=toJSON(enrichedSig, digit=16), insigJson=toJSON(background, digit=16),
sigJson=toJSON(enrichedSig, digits=16), insigJson=toJSON(background, digits=16),
dagJson=toJSON(dagJson, auto_unbox=TRUE), hasGeneSetDag=hasGeneSetDag, version=version,
clusterJson=toJSON(clusters), hasCytoscape=hasCytoscape,
geneTableJson=toJSON(geneTables), standardId=standardId, numAnnoRefUserId=numAnnoRefUserId,
Expand Down

0 comments on commit 2418780

Please sign in to comment.