Skip to content

v6.0.4

Compare
Choose a tag to compare
@ahmad00m ahmad00m released this 07 Dec 20:34
· 293 commits to master since this release
846e9ab

GRNsight v6.0.4 includes the following new features and bug fixes:

  • The back-end database was updated

    • Apweiler data is uploaded to backend expression database. (#937, #971, #988)
  • The language of the export to excel menu was clarified and the functionality expanded (#978, #985, #996)

    • GRNsight can now export additional sheets (i.e: production_rates, optimization_parameters, etc).
    • GRNsight allows users to choose which specific sheets they would like to include in their exported workbook.
  • The language of the Load from Database modal was clarified (#982)

  • The GRNsight API module and the GRNsight DAL were refactored and expanded

    • Removed residual hard-coded database information and replaced them with database calls. (#1003, #1004)
    • Transitioned remaining "bare" network calls to the API module. (#993, #1007)
  • The Documentation for loading a local copy of GRNsight's databases was completed (#988, #961, #985)

  • Bug Fixes:

    • Yeast genes with irregular naming patterns are now allowed in the load from database function. (#989, #966)
    • If a demo is chosen from the sidebar dropdown menu, the UI will update consistently. (#976, #985)
    • If a network is generated from the database and no relations are observed, GRNsight will work as intended. (#990, #985)
    • Node menu is active after generating a network from the database. (#977, #985, #984, #996)
    • Generating a network from the database correctly counts all of the edges in the assigned workbook name. (#972, #985)
    • Updated database to store timestamp values in UTC. (#995, #996)
    • Export to Excel modal acts appropriately when you cancel out of it and go back in. (#981)