Tinycov is a small standalone command line utility written in python to plot the coverage of a BAM file quickly. This software was inspired by Matt Edwards' genome coverage plotter.
To install the stable version: pip3 install --user tinycov
To install the development version:
git clone https://github.com/cmdoret/tinycov.git
cd tinycov
pip install .