Skip to content

changhaoli/TAMU_02RSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CountMismatch2Bed.py

CountMismatch2Bed.py is a python2 script, which can be used to call mismatches for DMS-MaPseq data.
CountMismatch2Bed.py only needs a sorted input.bam file and outputs a bed file that includes location and mismatch count information.

Requirement

python2 >= 2.7.15
pysam >= 0.15.1

Usage

python CountMismatch2Bed.py input.bam > output.bed

Output information

column names: chr start end name mismatch_count

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages