diff --git a/cutseq/run.py b/cutseq/run.py index 04d3c39..87ef921 100644 --- a/cutseq/run.py +++ b/cutseq/run.py @@ -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 = { diff --git a/pyproject.toml b/pyproject.toml index 830ecf1..1cf47de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"