Skip to content

Commit

Permalink
Add version to report
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Jun 17, 2024
1 parent 2af2796 commit 183d00f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions files/rsq-report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ library(dplyr)
| Parameter | Value |
|------------------|-----------------------------|
| Job | `r params$name` |
| Pipeline Version | `r params$version` |
| Date | `r params$date` |

## RSQ Plot
Expand All @@ -48,5 +47,5 @@ ggplot() + geom_line(data = dataset_weighted, mapping = aes(x = mean_MAF, y= wei
```

<small>
This report has been created with **`r params$service`**.
This report has been created with **`r params$version`**.
</small>

0 comments on commit 183d00f

Please sign in to comment.