Skip to content

normalizes coverage depth by position-specific read sampling in a bam file to give a target max depth

Notifications You must be signed in to change notification settings

trinityrnaseq/bamsifter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bamsifter

Normalizes coverage depth by position-specific read sampling in a bam file to give a target max depth

Usage:

bamsifter [-c max_coverage] [-i max_identical_cigar_pos] [-o out.bam] [--FLAGS] <in.bam>

Options:

-c                    Max coverage value
-o                    Output file name. Default is stdout
-i                    Max number of reads with an identical cigar starting at the some position to keep
--keep_unmapped       Keep unmapped reads (0x4 flag)
--keep_secondary      Keep alignments flagged as secondary (0x100 flag)
--keep_supplementary  Keep alignments flagged as supplementary (0x800 flag)
--keep_chimeric       Keep chimeric alignments (SA: tag)

engineered by Christophe Georgescu @ BroadInst

About

normalizes coverage depth by position-specific read sampling in a bam file to give a target max depth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published