diff --git a/assets/report/report.qmd b/assets/report/report.qmd index 82b166ea..892854ba 100644 --- a/assets/report/report.qmd +++ b/assets/report/report.qmd @@ -515,6 +515,7 @@ For scores from the PGS Catalog, please remember to cite the original publicatio * Scores deposited in the PGS Catalog may have specific license terms * It's important to follow the license terms when you reuse scoring files * Please check below for a summary of license terms +* License terms for custom scoring files aren't reported here, please check how the creators of the scoring file licensed their data ::: ```{r} @@ -537,4 +538,4 @@ tibble::tibble(json = json_scorefiles) %>% ```{r cleanup, eval=!params$run_ancestry, echo=FALSE} # prevent the report crashing from corrupting the aggregated scores invisible(file.copy(temp_out_path, params$score_path, overwrite=TRUE)) -``` \ No newline at end of file +```