19 articles News

Breaking news from ggKbase.

ggKbase Upgrade: 6.1 to 7.0

Rails 7.0 has has transitioned the frontend development away from Webpack, a more tightly coupled packaging environment, to jsbundling, a more loosely connected packaging environment. On top of that, it introduces one of the native ActiveRecord methods that I have been longing for: bulk insert to the database. This would allow me to move away…

Replaced listed_features with Elasticsearch

In this upgrade of ggKbase, we replaced the listed_features table (which is the core component that supports lists, genome summaries, and binning) with the Elasticsearch search engine. Is this a big deal? It’s HUGE! Lists are automatically updated to all projects, even the newly added ones. No need to update lists when you are adding more projects…

Lists Upgrade

The lists system is a useful tool in ggKbase – it allows users to categorize genes on associated annotation. As the number of lists has increased from the contribution of our users as well as by adding the HMM lists, we have realized the need to be able to access and edit lists more easily.…

Memberships and Permissions

Building on the agile permission framework that was adopted at the end of last year, ggKbase 5.3 brings more granular control over memberships and permissions to the owner of the resources on ggKbase. For this rollout, project owners now can not only add members to their projects, but also provide their members fine-grained control over…

Genome Summary Upgrade

Genome Summary, an important tool in ggKbase, has been significantly upgraded in its user interface (UI), user experience (UX) and system performance. For the UI/UX improvement, the Project Selection page has been removed. Instead there is now a Project Selection menu, similar to the Organism Selection and List Selection menus you are already familiar with. This change…

Batch Rebin from File

We have developed the Batch Rebin from File web page, located at the project-slug/organisms, to enable users to upload a tab-delimited scaffolds-to-bins file and proceed to batch rebin a project. Users can also dissolve all the bins within the project before batch rebinning. The structure of the file is required to be like the following…

Feature and Contig Notes Associate Lists

ggKbase has always allowed users to add notes to a feature or a contig. In addition to adding notes to a feature, users can also manually add a new annotation to a feature. With the integration with the Elasticsearch system and the deployment of the percolation feature in Elasticsearch, we can now analyze the newly added…

ggKbase on Rails 5

Today’s upgrade is aimed at improving the overall security (through a user permissions system overhaul) and stability (numerous bug fixes) of the site and will also facilitate future development. Please let us know if you find any problems.