Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/zavolanlab/htsinfer into add…
Browse files Browse the repository at this point in the history
…_orientation_json
  • Loading branch information
balajtimate committed Oct 7, 2024
2 parents ab43158 + d3cbe0e commit 00bca28
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified data/transcripts.fasta.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion htsinfer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from htsinfer.htsinfer import HtsInfer # noqa:F401

__version__ = "0.10.0"
__version__ = "0.11.0"
2 changes: 1 addition & 1 deletion htsinfer/get_read_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class GetAdapter3():
... ).evaluate()
<"AAAAAAAAAAAAAAA">
"""
def __init__(
def __init__( # pylint: disable=R0917
self,
path: Path,
adapter_file: Path,
Expand Down

0 comments on commit 00bca28

Please sign in to comment.