You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Richard Challis edited this page Dec 22, 2023
·
5 revisions
Calculate sequencing coverage depth
Command line
Calculate sequencing coverage depth. Called as `blobtk depth`
Usage: blobtk depth [OPTIONS]
Options:
-i, --list <TXT> Path to input file containing a list of sequence IDs
-b, --bam <BAM> Path to BAM file
-c, --cram <CRAM> Path to CRAM file
-a, --fasta <FASTA> Path to assembly FASTA input file (required for CRAM)
-s, --bin-size <BIN_SIZE> Bin size for coverage calculations (use 0 for full contig length) [default: 0]
-O, --bed <BED> Output bed file name
-h, --help Print help