Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 685 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 685 Bytes

IDX count table

Creates a count table from multiple samtools idx stats outputs. idx stats retrieves and prints stats from a BAM file. This will build a count table from the third column, # mapped read segments. This is primarily for a case where the reference aligned to is multiple different sequences and you want to know the total count for each.

Usage

To download and use a pre-built version

git clone https://github.com/feargalr/idx_count_table.git

## Execute in a directory with samtools idxstats outcome
pathtorepo/bin/idx_count_table_linux_x86_64 #Linux
pathtorepo/bin/idx_count_table_osx_arm64 #Mac