From 4ad4c11c5354f32df0e32a22cd58668f3874d89a Mon Sep 17 00:00:00 2001 From: Bertache <samir.bertache@etu.uca.fr> Date: Sun, 13 Apr 2025 17:42:13 +0200 Subject: [PATCH] Edit README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49bfa35..76e9b71 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 -- GitLab