-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace alchy with sqlservice and unfreeze SQLAlchemy (#255)
* Removed Alchy and fixed store.api to work with sqlservice * Removed unused code * Creates the db on file now * Loads transcripts without erroers * Fixed also loading sample * Fix code * Fix connection * Fixed mean and its test * Fix calculate coverage and its test * Fixed one more test * Fixed another test * Fixed test_link test * Fixed test_setup_reset * Fixed remove and test_remove * Fix delete samples and test * Fix delete_group and its test * Fixed test_dialect * Work in progress * Fixed test_add_many * Fixed tests/test_calculate, test_mean * Fixed tests/test_calculate, test_mean_with_samples * Fixed tests/test_calculate, test_gene * Fixed tests/test_calculate, test_sample_coverage * Fixed delete and test test_delete_sample * Small fix in model * Updated changelog * Revert the naming of a key because then it's not found in chajo-report * Test something to fix chanjo-report * One last check to see if original model still works with chanjo-report * Force update the libs if they are old --------- Co-authored-by: Chiara Rasi <rasi.chiara@gmacil.com>
- Loading branch information
1 parent
2fed733
commit a2fb2d0
Showing
15 changed files
with
266 additions
and
301 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
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
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
coloredlogs | ||
alchy | ||
click | ||
path.py | ||
toolz | ||
pyyaml | ||
importlib_metadata | ||
pymysql | ||
sqlalchemy==1.3.* | ||
sqlalchemy>=2.0 | ||
sqlservice>=3.0 |
Oops, something went wrong.