forked from pyranges/pyrle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix
AttributeError: module 'pyranges' has no attribute 'from_dfs'
…
… causing to_ranges function to return a pandas Dataframe instead of PyRanges object (pyranges#9) - Logging exception in case the to_ranges function fails at creating the pr.PyRanges object - adding Exception (PEP 8: E722)
- Loading branch information
Showing
3 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "pyrle" | ||
version = "0.0.39" | ||
version = "0.0.40" | ||
description = "Numeric run length encoding for Python." | ||
readme = "README.md" | ||
authors = [{ name = "Endre Bakken Stovner", email = "[email protected]" }] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters