- Nov 23, 2023
-
-
Miguel Reboiro-Jato authored
As the name of the species and models are long, the size of the combo box to select them has been increased so that their complete name can be seen.
-
Miguel Reboiro-Jato authored
Now the name specifies that the column contains the number of Fbox in the SRNase regions, explaining, this way, the reason why it is empty in non-SRNase files.
-
Miguel Reboiro-Jato authored
Some minor code refactors have been done in the family tree view compoment.
-
- Nov 22, 2023
-
-
Miguel Reboiro-Jato authored
Now, the labels are next to the root nodes instead of being aligned in a single column.
-
Miguel Reboiro-Jato authored
The pagination and the predicted/putative toggle were not working. This commit fixes both errors.
-
- Nov 21, 2023
-
-
Miguel Reboiro-Jato authored
The pagination was not working because paginator and sort were associated to the datasource before the were initialized. This commit fixes this error and now pagination is working properly.
-
- Oct 04, 2023
-
-
Miguel Reboiro-Jato authored
Changes the project version to prepare the release.
-
- Oct 02, 2023
-
-
Miguel Reboiro-Jato authored
Code has been reviewed to solve several errors, simplify some parts and to improve some components.
-
Miguel Reboiro-Jato authored
Until now, when a family was selected in the autocomplete of the search box (top right of the page) it was just shown in the search box and, then, the user must press enter to access the family. Now, the family is immediately shown when it is selected in the autocomplete.
-
Miguel Reboiro-Jato authored
The view button was not correctly visualized, as there was more space in the right side of the icon than in the left side. This has been fixed by changing the type of the button to mat-icon-button.
-
Miguel Reboiro-Jato authored
In order to set a height to the Newick tree, the number of nodes are calculated and multiplied by the node size. This adjust the size of the canvas to the actual tree.
-
Miguel Reboiro-Jato authored
The errors were introduced during the Angular upgrade done.
-
Miguel Reboiro-Jato authored
-
Miguel Reboiro-Jato authored
-
Miguel Reboiro-Jato authored
-
Miguel Reboiro-Jato authored
-
Miguel Reboiro-Jato authored
-
Miguel Reboiro-Jato authored
-
Miguel Reboiro-Jato authored
-
- Jun 08, 2022
-
-
Miguel Reboiro-Jato authored
A new configuration has been added to build a version of the application specifically configured to be used in an embedded way when the backend is executed with the --with-web option. This version can be build using the "npm run build-embedded" command.
-
- Jun 06, 2022
-
-
aggonzalez authored
The results view now display a resume of the predictive and putative info about SKP1
-
- Jun 03, 2022
-
-
aggonzalez authored
Now all files are accessible via link from the view
-
- May 27, 2022
-
-
Miguel Reboiro-Jato authored
The reference to files in the backend are now done using links.
-
- May 26, 2022
-
-
aggonzalez authored
First test to show files in results component
-
- May 19, 2022
-
-
aggonzalez authored
La aplicación ahora recibe contenido gzip y lo descomprime en un objeto SLFDatabase
-
- May 12, 2022
-
-
aggonzalez authored
The description of the project is added in the tree view, the logic of the dialogs is modified so that it works generically with nodes with two or more families and the autocomplete in the search is added
-
- May 07, 2022
-
-
Miguel Reboiro-Jato authored
The DataService.getDatabase() method should not be used by the components or other classes, as returning the whole database can only be done with the current database desing, limiting the creation of other implementations of this service. Therefore, this method has been made private, in order to avoid errors.
-
Miguel Reboiro-Jato authored
The home component has been renamed to families-tree, as it only contains the Newick tree.
-
Miguel Reboiro-Jato authored
Code has been cleaned and reformatted to unify code formating, as some format elements were not consistent (e.g. mixed single and double quotes, missing ending semicolons, etc.).
-
The color are changed based on the existence of results for each family.
-
The results view now has a paginated table. In addition, the home view checks with the database if a family has results when it is clicked and the family search field also checks if the family searched exists and has results.
-
The family view now show the results table with pagination.
-
The database object now includes a name and description, and the Newick tree. This commit adapts the code to this change, using the database title in the page header and taking the Newick tree from the database.
-
- Apr 01, 2022
-
-
Miguel Reboiro-Jato authored
The species results view now correctly supports changing between predicted and putative results in each row when both available.
-
- Mar 28, 2022
-
-
Miguel Reboiro-Jato authored
Results view has been reviewed and simplified by delegating some of the logic in the DataService and in a model class (SpeciesRow) specific for the view.
-
aggonzalez authored
-
- Mar 25, 2022
-
-
aggonzalez authored
-
- Mar 18, 2022
-
-
aggonzalez authored
-
- Mar 07, 2022
-
-
Miguel Reboiro-Jato authored
A deep code review and refactorization has been made in order to improve the application structure.
-
Basic views for home, family and species results have been added.
-