shangshanzhizhe / CallSV

A long-read SV calling pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CallSV

This repo provides a simple pipeline for calling Structural Variants (SVs) from long-read alignments.

Dependencies

Installation

If executables for the above dependencies are not in one's PATH, they can be manually added to the bash scripts.

Run

For each sample, call SVs by running ./call_hifi.sh for PacBio HiFi read alignments or ./call_ont.sh for Oxford Nanopore read alignments.

To merge SV calls across samples, use ./merge.sh

About

A long-read SV calling pipeline


Languages

Language:Shell 81.0%Language:Python 19.0%