Skip to content

Commit

Permalink
refactor: update transcript list (#168)
Browse files Browse the repository at this point in the history
* update correct version

* feat: update transcripts fasta

* remove file

* pin mamba version

* fix pylint error

* pin mamba

* unpin mamba version in ci

* remove duplicate transcripts
  • Loading branch information
balajtimate authored Oct 4, 2024
1 parent 51957ac commit d3cbe0e
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 d3cbe0e

Please sign in to comment.