-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(#605): add README and empty migration script
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Anni Migration Scripts | ||
|
||
This script can be used to manually migrate Anni data backups after breaking changes. | ||
|
||
## Run script | ||
|
||
1. Have `python3` installed | ||
2. Run `pyhthon3 migrate.py <PATH_TO_BACKUP>.json[.base64]` | ||
3. The script will test what needs to be migrated and write a migrated backup to `<PATH_TO_BACKUP>_migrated.base64` | ||
|
||
## Breaking changes covered | ||
|
||
* [Add new medications (FDA)](https://github.com/hpi-dhc/PharMe/pull/582) | ||
* [One annotation per phenotype](https://github.com/hpi-dhc/PharMe/pull/597) | ||
* [Zipped Anni backup](https://github.com/hpi-dhc/PharMe/pull/599) | ||
* [Use phenotypes from cpic](https://github.com/hpi-dhc/PharMe/pull/602) |
Empty file.