Skip to content

Commit

Permalink
add modisco to required testing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMahieu committed Nov 22, 2024
1 parent c784880 commit 851e2e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ test = [
"coverage",
"anndata",
"genomepy",
"modisco-lite",
]

[tool.coverage.run]
Expand Down
2 changes: 1 addition & 1 deletion src/crested/pl/patterns/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
def _optional_function_warning(*args, **kwargs):
logger.error(
"The requested functionality requires the 'tfmodisco' package, which is not installed. "
"Please install it with `pip install crested[tfmodisco]`.",
"Please install it with `pip install modisco-lite`.",
)


Expand Down

0 comments on commit 851e2e9

Please sign in to comment.