diff --git a/cutseq/run.py b/cutseq/run.py index 722f34a..ba5a6c7 100644 --- a/cutseq/run.py +++ b/cutseq/run.py @@ -243,6 +243,8 @@ def __init__(self): "ECLIP6": "ACACGACGCTCTTCCGATCTXXXXNNNNNNNNAGATCGGAAGAGCACACGTC", # p5 - [might be 6bp of polyC] - reverse insert (cDNA) - adaptase tail (CCCCCC) - p7 # 6nt of polyG in 5' of R1 might from random RT primer # adaptase tail can be as long as 15bp at the 5' of R2 of polyG) diff --git a/pyproject.toml b/pyproject.toml index 1b61824..eaed68b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cutseq" -version = "0.0.54" +version = "0.0.55" description = "Automatically cut adapter / barcode / UMI from NGS data" authors = ["Ye Chang "] license = "MIT"