[go: up one dir, main page]

Skip to content

Nextflow pipeline for coverage computation with samtools mpileup (bed parallelization)

License

Notifications You must be signed in to change notification settings

IARCbioinfo/mpileup-nf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpileup-nf

Nextflow pipeline for coverage computation with samtools mpileup (bed parallelization)

Command line example:

nextflow run iarcbioinfo/mpileup-nf --bam_folder BAM/ --fasta_ref ref.fasta  --bedfile bedfile.bed --nsplit 100 --out_table  output.txt

Output tab-delimited file looks like:

  chr pos K211007X K211008Y K211010Z
  chr1 801957 314 252 287
  chr1 866511 212 128 169

with samples in columns and positions in lines.

About

Nextflow pipeline for coverage computation with samtools mpileup (bed parallelization)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages