Coder Social home page Coder Social logo

clipsv's Introduction

ClipSV (Structural variation detection with clipped reads)

A software to detect structural variations in human genomes by read extension, spliced alignment and local assembly.

Author: Peng Xu

Email: [email protected]

Draft date: June. 4, 2019

Description

ClipSV was developed to detect structural variations by read extension, spliced alignment and local assembly. It primarily depends on clipped reads from short-read sequencing platform. ClipSV was optimized to discover INDELS (5bp-50bp) and structural variations (>=50bp) in human genomes.

System requirements and dependency

The program was tested on a x86_64 Linux system with 12 cores, each with a 4GB physical memory. The work can be usually finished within 6 hours per 30x whole genome sequencing sample.

Dependency: Python3, samtools (https://github.com/samtools/samtools), minimap2 (https://github.com/lh3/minimap2), bedtools (https://bedtools.readthedocs.io/en/latest/), velvet(https://www.ebi.ac.uk/~zerbino/velvet/) should be installed in current path.

Installation

git clone https://github.com/penguab/ClipSV.git

Then, please also add this directory to your PATH:

export PATH=$PWD/ClipSV/:$PATH

Usage

ClipSV needs two files as inputs. The first is an indexed bam/cram file from whole genome sequencing. The second is the genome reference indexed by minimap2 (To generate index file, use command "minimap2 -d genome.mmi genome.fa").

For human studies, the latest genome with decoy and HLA cotigs is recommended: ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/technical/reference/GRCh38_reference_genome/GRCh38_full_analysis_set_plus_decoy_hla.fa.

Quick start:

source activate python3
PATH=$PWD/ClipSV/:$PATH
clipsv.py  -t 12 -b bam/cram -g genome.fa

Parameters:

clipsv.py -b <bam/cram file> -g <genome.fa> [-dtphv]

-b Indexed bam/cram file
-g Fasta file of genome sequence (Should be indexed by Minimap2 "minimap2 -d genome.mmi genome.fa")

----Optional---
-t Threads (default: 12)
-d Sequencing depth (default: automatically determined)
-p Prefix (default: ClipSV_out)
-v Version
-h Help

News

6/4/2019: First version released.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.