samtools
Verified for current stable LTS
Samtools Command: Print Alignment Statistics
Use for print alignment statistics with Samtools. Exact CLI syntax to print alignment statistics using Samtools.
When to use this: Use for print alignment statistics with Samtools.
Command Syntax
samtools flagstat <sorted_input> samtools flagstat <sorted_input> Live Command Builder
Final Command
samtools flagstat <sorted_input> Command Breakdown
samtools is the base executable for this command.
FAQ
Purpose: Exact syntax to print alignment statistics using Samtools.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Samtools Command: Convert Sam To Bam
samtools view -S -b <input.sam> > <output.bam> Samtools Command: Count Alignments Per Chromosome samtools idxstats <sorted_indexed_input> Samtools Command: Index Sorted Bam samtools index <sorted_input.bam> Samtools Command: Merge Multiple Files samtools merge <output> <input1 input2 ...> Samtools Command: Print Sam Header And Reads <other_command> | samtools view -h - chromosome:start-end