Skip to content

Commit

Permalink
quick update
Browse files Browse the repository at this point in the history
  • Loading branch information
y9c committed Apr 26, 2024
1 parent be1dd28 commit 4ed2e99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cutseq/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,10 @@ def __init__(self):
self.trim_polyA = False
self.min_length = 20
self.min_quality = 20
self.auto_rc = False
self.dry_run = False
self.threads = 1
self.json_file = None


BUILDIN_ADAPTERS = {
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.24"
version = "0.0.25"
description = "Automatically cut adapter / barcode / UMI from NGS data"
authors = ["Ye Chang <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 4ed2e99

Please sign in to comment.