From 0de576b2e22e138fc731444448bbc38078733d55 Mon Sep 17 00:00:00 2001 From: Bertache <samir.bertache@etu.uca.fr> Date: Sun, 13 Apr 2025 17:42:58 +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 76e9b71..5005fbe 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. 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. +This is a reuse of [Microsplit](https://pypi.org/project/microsplit/) structure. 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