Skip to content

Commit

Permalink
fix bug in code
Browse files Browse the repository at this point in the history
  • Loading branch information
y9c committed Jul 2, 2024
1 parent 9a28111 commit 3a11fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cutseq/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ def pipeline_paired(
UnconditionalCutter(barcode.mask5.len),
ConditionalCutter(-barcode.mask5.len)
if settings.conditional_cutter
else UnonditionalCutter(-barcode.mask5.len),
else UnconditionalCutter(-barcode.mask5.len),
)
)
if barcode.mask3.len > 0:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cutseq"
version = "0.0.51"
version = "0.0.52"
description = "Automatically cut adapter / barcode / UMI from NGS data"
authors = ["Ye Chang <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3a11fc8

Please sign in to comment.