marcguery / bamsnap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BamSnap

BamSnap: a lightweight command-based visualization tool for sequencing reads in BAM files.

Disclaimer: This is not the official version of bamsnap, but the one adapted for not only human but also Plasmodium species

For more details, see BamSnap Documentation.

Installation

Prerequisites

Install with github

git clone https://github.com/marcguery/bamsnap
cd bamsnap
python setup.py install

Usage

Simple usage

$ bamsnap -bam test.bam -pos 1:7364529 -out test.png

For more details, see BamSnap Documentation.

Usage with docker

$ docker pull danielmsk/bamsnap
$ docker run --rm -it -v /local_directory_path:/directory_path_in_image danielmsk/bamsnap bamsnap \
    -bam /directory_path_in_image/test.bam \
    -pos 1:7364529 \
    -out /directory_path_in_image/test.png

Example Use Case

About

License:MIT License


Languages

Language:HTML 54.4%Language:Python 45.1%Language:Shell 0.3%Language:Dockerfile 0.2%