tbischler / PEAKachu

Peak calling tool for CLIP-seq data
ISC License
14 stars 5 forks source link

PEAKachu

Peak calling tool for CLIP-seq data

Installation

PEAKachu is available via bioconda and can be installed using

conda create -n peakachu peakachu python=3

Alternativaly, PEAKachu can be installed from source

$ make readme_rst
$ make package
$ pip3 install --user dist/PEAKachu-0.2.0.tar.gz

License

ICSL (Internet Systems Consortium license ~ simplified BSD license) - see LICENSE

Development