bigwig2bam utility

bigwig2bam is a small rust program to convert bigwig file to bam file

Installation

You need cargo installed

Then run the following command:

sh cargo install --git http://gitbio.ens-lyon.fr/LBMC/Bernard/bigwig2bam.git

You can also use the lbmc/bigwig2bam:0.1.1 Docker image

sh docker run -it lbmc/bigwig2bam:0.1.1 bamcalib

Usage

Example

sh bamcalib \ --bigwig IP_11.bigwig \ --fasta genome.fasta \ --bam IP_11.bam \ --read_length 150

The bigwig2bam expect the following parameters:

Optional Arguments