×

nf-core/bcftools/isec @ 0.0.0-0c7146d

Apply set operations to VCF files

Latest version: 0.0.0-0c7146d
Total downloads: 1
Source: nf-core/modules
Maintainers: @joseespinosa @drpatelh

Summary

Apply set operations to VCF files

Get started

Add the following snippet to your workflow script to include this module.

include { BCFTOOLS_ISEC } from 'nf-core/bcftools/isec'

License

MIT License

Process
Name BCFTOOLS_ISEC
Input 1 channel
#1 tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

vcfs list

List containing 2 or more vcf/bcf files. These must be compressed and have an associated index. e.g. [ 'file1.vcf.gz', 'file2.vcf' ]

*.{vcf,vcf.gz,bcf,bcf.gz}
tbis list

List containing the tbi index files corresponding to the vcf/bcf input files

*.tbi
file_list file

Optional text file containing the list of VCF/BCF files to be processed by bcftools isec, one per line.

targets_file file

Optional file containing target regions to restrict the analysis to.

regions_file file

Optional file containing regions to restrict the analysis to.

Output 2 channels
#1 results tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

${prefix} directory

Directory containing the output files from bcftools isec

${prefix}/
#2 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
isec Computes intersections, unions and complements of VCF files. http://samtools.github.io/bcftools/bcftools.html
Version 0.0.0-0c7146d
Commit ID 135d883a43b1a2324b4112cd270cf22e20835533
Release Date 08 Apr 2026 18:25:13 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fbcftools%2Fisec/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/bcftools/isec/blobs/sha256:f95049bc98bcabe63788818ef8109d7504c2cc409768ec3f7ed51349a31a8871
Size 3.8 KB
Checksum sha256:f95049bc98bcabe63788818ef8109d7504c2cc409768ec3f7ed51349a31a8871
Downloads 1
Version Date Status Downloads Size Diff
0.0.0-0c7146d 08 Apr 2026 18:25:13 (UTC) 1 3.8 KB -