Skip to content

Commit

Permalink
add readme to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrozum committed Apr 10, 2024
1 parent 1c05210 commit 5dafeaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "biobalm"
authors = [{ name = "Jordan Rozum", email = "jrozum@binghamton.edu" }]
description = "Boolean Attractor Landscape Mapper"
readme = "README.md"
license = { file = "LISENSE" }
requires-python = ">=3.11"
dependencies = [
Expand All @@ -16,6 +17,7 @@ version = "0.1.0"
[tool.setuptools]
packages = ['biobalm', 'biobalm._sd_algorithms']


[tool.pyright]
include = ["biobalm", "tests"]
stubPath = "stubs"
Expand Down

1 comment on commit 5dafeaf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
biobalm
   control.py1141488%107, 119, 125, 129, 134, 143–159, 477, 480, 493
   interaction_graph_utils.py38489%11–13, 151–152
   motif_avoidant.py148299%26, 181
   petri_net_translation.py1491193%22–26, 79, 136, 305–306, 330–331, 340, 449
   space_utils.py132497%26–28, 414, 462
   succession_diagram.py2801794%6, 188–193, 201, 261–262, 272, 278, 394, 584, 660, 851, 889, 926
   symbolic_utils.py26388%10–12, 102
   trappist_core.py1833084%14–18, 55, 57, 92, 168, 215, 217, 219, 247–250, 254–256, 276–282, 340, 342, 372, 420, 422, 453, 506
biobalm/_sd_algorithms
   compute_attractor_seeds.py30197%8
   expand_attractor_seeds.py51590%6, 42, 97–102
   expand_bfs.py28196%6
   expand_dfs.py30197%6
   expand_minimal_spaces.py37295%6, 31
   expand_source_SCCs.py122497%14–16, 86, 131
   expand_to_target.py31390%6, 38, 43
TOTAL146010293% 

Tests Skipped Failures Errors Time
361 0 💤 0 ❌ 0 🔥 37.434s ⏱️

Please sign in to comment.