Handy scripts for various bioinformatics tasks.
bamdepth2coverageplot.py: Takes a bam depth file (output of samtools depth) and makes a read coverage plot. Usage: bamdepth2coverageplot.py -b <samtools depth file> -s <sample name> -f <file type>
8000