Skip to content

Commit 9b185eb

Browse files
authored
Create README.md
1 parent bd802a1 commit 9b185eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seqr/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ psql xwiki < <(gunzip -c xwiki_backup_*.txt.gz)
7474

7575
**Migrating Existing Data to the New Database Schema and UI**
7676

77-
Running the following 2 commands will copy metadata from the original tables defined in `xbrowse_server/base/models.py` to the new tables in `seqr/models.py`. This is necessary to enable the new APIs in `seqr/` along with the new React.js-based UI that's accessible through the `<seqr-url>/dashboard` page. While API refactoring is ongoing and both the original and new UIs are in use, we run these sync steps every 24 hours.
77+
Running the following 2 commands will copy metadata from the original tables defined in `xbrowse_server/base/models.py` to the new tables in `seqr/models.py`. seqr can be used without this, and all original UIs will work. These steps are only necessary to enable the new APIs in `seqr/` along with the new React.js-based UI that's accessible through the `<seqr-url>/dashboard` page. While API refactoring is ongoing and both the original and new UIs are in use, we run these sync steps every 24 hours.
7878

7979
```
8080
python2.7 -m manage transfer_gene_lists

0 commit comments

Comments
 (0)