Skip to content

Commit

Permalink
open in new tab/window
Browse files Browse the repository at this point in the history
  • Loading branch information
hrehrauer committed Jun 1, 2022
1 parent 51333f6 commit a3f4e78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/templates/CountQC.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ if (exists("output") && !is.null(output)){
liveReportLink = output$getColumn("Live Report")
result = EzResult(se=rawData)
result$saveToFile(basename(output$getColumn("Live Report")))
cat(paste0("[Live Report and Visualizations](", liveReportLink, ")"), "\n")
cat(paste0("[Live Report and Visualizations](", liveReportLink, ")", "{target=\"_blank\"}"), "\n")
}
```

Expand Down
2 changes: 1 addition & 1 deletion inst/templates/twoGroups.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ save(se, file=basename(output$getColumn("Live Report")))

[`r resultFile$resultFile`](`r resultFile$resultFile`)

[Live Report and Visualizations](`r liveReportLink`)
[Live Report and Visualizations](`r liveReportLink`){target="_blank"}

### Inspection of significant genes

Expand Down

0 comments on commit a3f4e78

Please sign in to comment.