Skip to content

Creates a count table from multiple samtools idxstat outputs

Notifications You must be signed in to change notification settings

feargalr/idx_count_table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Creates a count table from multiple samtools idxstat outputs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages