Skip to content

Commit

Permalink
Fixed uploading of tss dist plot
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Oct 28, 2024
1 parent e7f4136 commit f489737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bbconf/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.0"
__version__ = "0.8.1"
1 change: 1 addition & 0 deletions bbconf/models/bed_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class BedPlots(BaseModel):
widths_histogram: FileModel = None
neighbor_distances: FileModel = None
open_chromatin: FileModel = None
tss_distance: FileModel = None

model_config = ConfigDict(extra="ignore")

Expand Down

0 comments on commit f489737

Please sign in to comment.