Skip to content

This python script parses a mpileup file to extract the coverage of each base at each position.

License

Notifications You must be signed in to change notification settings

adeschen/mpileupTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpileupTools

Build Status codecov

This program parses a mpileup file to extract the coverage of each base at each position using specific phred and mapq cutoffs.

Beware that at the moment, the script only works with python 2.

Usage

python parseMPileup.py -i -p [-s] [-h]

  • inputFile = Output from samtools pileup
  • outputPrefix = Prefix used on output files
  • -s = When True, the position file in created in a separated file
  • -h = Help

Authors

Pascal Belleau and Astrid Deschênes

About

This python script parses a mpileup file to extract the coverage of each base at each position.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages