-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolved #117 - Ensure gene entries created from RefSeq set chromosom…
…e attribute - Added better logging with status of what has been completed - Added setting of default chromsome when creating gene objects from RefSeq Updated reformat chromosome to try to catch more scenarios Updated genome sync to be more efficient when looking up chromosomes removed unused import Updated chromosome lookup to be once from database and then from memory
- Loading branch information
1 parent
2e532ce
commit a5a6c43
Showing
5 changed files
with
92 additions
and
40 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
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
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 |
---|---|---|
|
@@ -8,3 +8,4 @@ django-genomix==0.6.7 | |
django-model-utils==3.1.2 | ||
|
||
mysqlclient==1.4.2.post1 | ||
tqdm==4.32.1 |
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 |
---|---|---|
|
@@ -6,3 +6,5 @@ twine==1.13.0 | |
Sphinx==2.1.0 | ||
sphinx-rtd-theme==0.4.3 | ||
sphinxcontrib-napoleon==0.7 | ||
|
||
autopep8==1.4.4 |
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