Skip to content
/ bamPals Public

an assortment of methods for bam|sam|cram files

License

Notifications You must be signed in to change notification settings

zeeev/bamPals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bamPals

An assortment of methods for bam|sam|cram files

Dependencies

htslib installed

Install

  1. Clone the repository.
  2. Add the root HTSLIB path to the Makefile i.e.:
     HTSROOT=/net/eichler/vol8/home/zevk/tools/htslib/
  1. Run the make command.

enrich_optional_tags

This program adds four additional optional tags to the bam file.

tag type definition
XB I (uint32_t) The beginning of the alignment
XE I (uint32_t) The end of the alignment
XP f (float) The percent identity of the alignment (length - NM - clipping)
XL I (Uint32_t) The length of the alignment block

About

an assortment of methods for bam|sam|cram files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published