Skip to content

Commit 615b6f1

Browse files
committed
Remove links
1 parent 646fea3 commit 615b6f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: reports/report.Rmd

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ output:
44
flexdashboard::flex_dashboard:
55
orientation: rows
66
navbar:
7-
- { title: "MultiQC", target: "_blank", href: "multiqc/index.html" }
7+
# - { title: "MultiQC", target: "_blank", href: "multiqc/index.html" }
88
- { title: "About", target: "_blank", href: "https://mitoverse.i-med.ac.at/#!pages/contact", align: right }
99
params:
1010
haplogroups: ../tests/data/report/haplogroups.txt
@@ -37,7 +37,8 @@ knitr::opts_chunk$set(echo = FALSE)
3737
```{r echo=FALSE, warning=FALSE, error=FALSE, include=FALSE}
3838
3939
link_to_sample <- function(sample) {
40-
paste0('<a target=_blank href=samples/', sample, '.html>', sample,'</a>' )
40+
return (sample)
41+
#paste0('<a target=_blank href=samples/', sample, '.html>', sample,'</a>' )
4142
}
4243
4344
variants <- read.delim(params$variants)

0 commit comments

Comments
 (0)