Skip to content

Commit

Permalink
Merge branch 'main' into update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwalkerepi authored Jul 15, 2024
2 parents f7f4484 + 7a6fc4a commit 84b4076
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test_runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKER_RO_TOKEN: ${{ secrets.DOCKER_RO_TOKEN }}
STATA_LICENSE: ${{ secrets.STATA_LICENSE }}
HONEYCOMB_API_KEY: ${{ secrets.HONEYCOMB_API_KEY }}
jobs:
test:
runs-on: ubuntu-latest
name: Test the project can run, using dummy data
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test that the project is runnable
uses: opensafely-core/research-action@v1
uses: opensafely-core/research-action@v2
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,14 @@
[DEVELOPERS.md](docs/DEVELOPERS.md).
* The original pre-print of our paper is available on MedRxiv [here](https://www.medrxiv.org/content/10.1101/2020.09.22.20198754v1)


# About the OpenSAFELY framework

The OpenSAFELY framework is a new secure analytics platform for
electronic health records research in the NHS.
The OpenSAFELY framework is a Trusted Research Environment (TRE) for electronic
health records research in the NHS, with a focus on public accountability and
research quality.

Instead of requesting access for slices of patient data and
transporting them elsewhere for analysis, the framework supports
developing analytics against dummy data, and then running against the
real data *within the same infrastructure that the data is stored*.
Read more at [OpenSAFELY.org](https://opensafely.org).

The framework is under fast, active development to support rapid
analytics relating to COVID19; we're currently seeking funding to make
it easier for outside collaborators to work with our system. You can
read our current roadmap [here](ROADMAP.md).
# Licences
As standard, research projects have a MIT license.

0 comments on commit 84b4076

Please sign in to comment.