diff --git a/README.md b/README.md index 49bfa35e841fd6f189f8318be025688fcd979a07..76e9b71d7d94a72f38b41769086c8953b0978e1f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ SPDX-License-Identifier: CC0-1.0  # Hi-Classifier -This is a reuse of [Microsplit](https://pypi.org/project/microsplit/) structure. This is Hi-Classifier, a command-line tool designed for identify and managing type of paired reads in BAM files. It follows the logic and structure of the [Parasplit](https://pypi.org/project/parasplit/) tool but is tailored for Micro-C data. The tool reads alignment files (SAM, BAM, or CRAM) using `pysam` and identifies events of soft-clipping or hard-clipping. The identified clipping points are treated as restriction sites to generate new pairs of sequences. +This is a reuse of [Microsplit](https://pypi.org/project/microsplit/) structure. This is Hi-Classifier, a command-line tool designed for identify and managing type of paired reads in BAM files. Hi-Classifier is a command-line tool designed to identify, classify, and manage paired reads in BAM files derived from Hi‑C experiments. It follows the logic and structure of the [Parasplit](https://pypi.org/project/parasplit/) tool but is tailored for Micro-C data. The tool reads alignment files (SAM, BAM, or CRAM) using `pysam` and identifies events of soft-clipping or hard-clipping. ## Features