Skip to content

Commit

Permalink
clarify custom scores + licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield authored Dec 13, 2023
1 parent 0db146f commit a72d611
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/report/report.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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))
```
```

0 comments on commit a72d611

Please sign in to comment.