Skip to content

Commit

Permalink
release 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
y9c committed Apr 23, 2024
1 parent 356addf commit ef671b2
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 @@ -177,7 +177,7 @@ def __init__(self):


BUILDIN_ADAPTERS = {
"INLINE": "CACGACGCTCTTCCGATCTNNNNN>NNNNN(ATCACG)AGATCGGAAGAGCACACGTC",
"INLINE": "AGTTCTACAGTCCGACGATCNNNNN>NNNNN(ATCACG)AGATCGGAAGAGCACACGTC",
# Small RNA, double ligation method, without barcode
# p5 - insert - p7
# (Optional) trim 2nt on both end to increase quality
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.17"
version = "0.0.18"
description = "Automatically cut adapter / barcode / UMI from NGS data"
authors = ["Ye Chang <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit ef671b2

Please sign in to comment.