Category

Sam/Bam Manipulation


Usage

samtools quickcheck [options] in.sam|in.bam|in.cram [ ... ]


Manual

Data in the middle of the file is not read since that would be much more time consuming, so please note that this command will not detect internal corruption, but is useful for testing that files are not truncated before performing more intensive tasks on them.

This command will exit with a non-zero exit code if any input files don't have a valid header or are missing an EOF block. Otherwise it will exit successfully (with a zero exit code).

Options:

-v

Verbose output: will additionally print the names of all input files that don't pass the check to stdout. Multiple -v options will cause additional messages regarding check results to be printed to stderr.

Protocols using this tool

ENCODE RNA-seq (paired-end)

Share your experience or ask a question