Added: - Added config analyzer - Added new methods `get_missing_stats` and `get_missing_files` to retrieve lists of bed files that are missing statistics and files, respectively.
Fixed: - Fixed bugs in updating bed files
0.10.2
Changed: - Updated version of zarr
0.10.1
Changed: - Updated `geo_gsm_status` and `geo_gse_status` tables to include additional information.
0.10.0
Added:
* Added a new method `get_neighbours` in `bbconf/modules/bedfiles.py` to retrieve the nearest neighbors of a bed file from Qdrant. * Added a new method `sql_search` in `bbconf/modules/bedfiles.py` for performing SQL exact searches on bed files. * Added a new method `get_track_hub_file` in `bbconf/modules/bedsets.py` to generate track hub files for bedsets. * Added `processed` for uploading bed files and bedsets * Added `update` bedfile method
Changed: * Updated exception handling in the `create` method of `bbconf/modules/bedsets.py` to provide more specific error messages.
0.9.0
Changed - Fixed bug with uploading tss dist plot
Added - Added annotations to bedsets (author, source) - get_genome_list method to bedfiles, that lists all available genomes - Added method that lists all missing plots for bedfiles (get_missing_plots)