Skip to content

Be able to take a BAM file and output a quick command line graph of coverage

License

Notifications You must be signed in to change notification settings

harper357/cmdcoverage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CMDcoverage

Version 0.2.1

Author: Greg Fedewa

Copyright: 2017.12.11

The whole idea here is to take a BAM file and be able to output a quick command line graph of coverage.

Usage:

cmdcoverage.sh [-h] [-a] <file.bam|file.sam> [windowsize] 

OR

samtools mpileup [options] [region] <file.bam|file.sam> | cmdcoverage.sh [-a] [windowsize] 

Requirements:

spark: for the single line graph (default)

gnuplot: for the multiline graph (-a)"

About

Be able to take a BAM file and output a quick command line graph of coverage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages