Skip to content

Commit

Permalink
Merge pull request #42 from databio/dev
Browse files Browse the repository at this point in the history
Release 0.4.2
  • Loading branch information
khoroshevskyi authored Mar 13, 2024
2 parents d58b960 + 60ae19f commit 3560eb3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 197 deletions.
2 changes: 1 addition & 1 deletion bbconf/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.1"
__version__ = "0.4.2"
7 changes: 3 additions & 4 deletions bbconf/schemas/bedfiles_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,12 @@ properties:
$ref: "#/$defs/image"
label: Open_chromatin
description: Cell specific enrichment for open chromatin plot
added_to_qdrant:
type: boolean
label: Qdrant_status
description: whether the BED file is added to Qdrant
other:
type: object
description: Other, not categorized BED file metadata
upload_status:
type: object
description: "Status of the upload to the databases: Dict[s3, qdrant, pephub]"


$defs:
Expand Down
191 changes: 0 additions & 191 deletions docs/bbc_api.md

This file was deleted.

3 changes: 2 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.

## [0.4.2] - 2024-XX-XX
## [0.4.2] - 2024-03-12
### Change
- Updated logger
- Updated requirements
- Added `upload_status` column to the `bedfile` table


## [0.4.1] - 2024-01-01
Expand Down

0 comments on commit 3560eb3

Please sign in to comment.