nf-core/bcftools/mpileup @ 0.0.0-0c7146d
Summary
Compresses VCF files
Get started
Add the following snippet to your workflow script to include this module.
include { BCFTOOLS_MPILEUP } from 'nf-core/bcftools/mpileup'
License
MIT License
Name
|
BCFTOOLS_MPILEUP |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bam
file
|
Input BAM file *.{bam}
|
intervals_mpileup
file
|
Input intervals file. A file (commonly '.bed') containing regions to subset used by mpileup |
intervals_call
file
|
Input intervals file. A file (commonly '.bed') containing regions to subset used by call but need a fourth column with REF,ALT |
meta2
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
FASTA reference file *.{fasta,fa}
|
fai
file
|
FASTA reference file index *.fai
|
save_mpileup
boolean
|
Save mpileup file generated by bcftools mpileup |
|---|
tbi
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*vcf.gz.tbi
file
|
tabix index file *.{vcf.gz.tbi}
|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*vcf.gz
file
|
VCF gzipped output file *.{vcf.gz}
|
stats
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*stats.txt
file
|
Text output file containing stats *{stats.txt}
|
mpileup
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.mpileup.gz
file
|
mpileup gzipped output for all positions {*.mpileup.gz}
|
versions_bcftools
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
bcftools
string
|
The tool name |
bcftools --version | sed '1!d; s/^.*bcftools //'
string
|
The command used to generate the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| mpileup | Generates genotype likelihoods at each genomic position with coverage. | http://samtools.github.io/bcftools/bcftools.html |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 18:25:17 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fbcftools%2Fmpileup/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/bcftools/mpileup/blobs/sha256:5bca5f3c58459607cbe540461781c32b91175975b77a2d987a5cf391180a81c7 |
| Size | 3.9 KB |
| Checksum | sha256:5bca5f3c58459607cbe540461781c32b91175975b77a2d987a5cf391180a81c7 |
| Downloads | 1 |