diff --git a/README.md b/README.md index 82c2ba3..804cee9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Due to the complexities involved in NGS library preparation methods, mutiple ope Take _SMARTerĀ® Stranded Total RNA-Seq Kit v3_ as an example, at least 9 operations are required. -![](https://raw.githubusercontent.com/y9c/cutseq/latest/docs/takaraV3.png) +![](https://raw.githubusercontent.com/y9c/cutseq/main/docs/takaraV3.png) For **Read 1**: @@ -34,7 +34,7 @@ CutSeq overcomes these limitations by enabling multiple operations in a automati --- -![](https://raw.githubusercontent.com/y9c/cutseq/latest/docs/explain_library.png) +![](https://raw.githubusercontent.com/y9c/cutseq/main/docs/explain_library.png) ## How to install? diff --git a/pyproject.toml b/pyproject.toml index 0ceea91..aedf860 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cutseq" -version = "0.0.22" +version = "0.0.23" description = "Automatically cut adapter / barcode / UMI from NGS data" authors = ["Ye Chang "] license = "MIT"