Skip to content

Commit

Permalink
added seq_reader
Browse files Browse the repository at this point in the history
  • Loading branch information
shitohana committed Dec 23, 2023
1 parent 2c15f60 commit 0e7873c
Show file tree
Hide file tree
Showing 8 changed files with 667 additions and 108 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ dependencies = [
"scipy>=1.10.1",
"pyarrow>=13.0.0",
"pyreadr>=0.4.9",
"dynamicTreeCut>=0.1.1"
"dynamicTreeCut>=0.1.1",
"plotly>=5.18.0",
"numba==0.58.1",
"biopython==1.81"
]
description = "Analytical framework for BS-seq data comparison and visualization"
readme = "README.md"
Expand Down
294 changes: 200 additions & 94 deletions src/bismarkplot/BismarkPlot.py

Large diffs are not rendered by default.

Loading

0 comments on commit 0e7873c

Please sign in to comment.