×

nf-core/shapeit5/phasecommon @ 0.0.0-0c7146d

Tool to phase common sites, typically SNP array data, or the first step of WES/WGS data.

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

Summary

Tool to phase common sites, typically SNP array data, or the first step of WES/WGS data.

Get started

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

include { SHAPEIT5_PHASECOMMON } from 'nf-core/shapeit5/phasecommon'

License

MIT License

Process
Name SHAPEIT5_PHASECOMMON
Input 1 channel
#1 tuple
meta map

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

input file

Target dataset in VCF/BCF format defined at all variable positions. The file could possibly be without GT field (for efficiency reasons a file containing only the positions is recommended).

*.{vcf,bcf,vcf.gz,bcf.gz}
input_index file

Index file of the input VCF/BCF file containing genotype likelihoods.

*.{vcf.gz.csi,bcf.gz.csi}
pedigree file

Pedigree information in the following format: offspring father mother.

*.{txt, tsv}
region string

Target region, usually a full chromosome (e.g. chr20:1000000-2000000 or chr20). For chrX, please treat PAR and non-PAR regions as different choromosome in order to avoid mixing ploidy.

chrXX:leftBufferPosition-rightBufferPosition
reference file

Reference panel of haplotypes in VCF/BCF format.

*.{vcf.gz,bcf.gz}
reference_index file

Index file of the Reference panel file.

*.{vcf.gz.csi,bcf.gz.csi}
scaffold file

Scaffold of haplotypes in VCF/BCF format.

*.{vcf.gz,bcf.gz}
scaffold_index file

Index file of the scaffold file.

*.{vcf.gz.csi,bcf.gz.csi}
map file

File containing the genetic map in Glimpse format.

*.gmap
Output 2 channels
#1 phased_variant tuple
meta map

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

*.{bcf,graph,bh} file

Phased variant dataset in BCF, GRAPH or XCF binary format.

*.{bcf,graph,bh}
#2 versions_shapeit5 tuple
${task.process} string

The name of the process

shapeit5 string

The name of the tool

SHAPEIT5_phase_common | sed "5!d;s/^.*Version *: //; s/ .*$//" eval

The expression to obtain the version of the tool

Tool Description Homepage
shapeit5 Fast and accurate method for estimation of haplotypes (phasing) https://odelaneau.github.io/shapeit5/
Version 0.0.0-0c7146d
Commit ID 135d883a43b1a2324b4112cd270cf22e20835533
Release Date 08 Apr 2026 19:13:40 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fshapeit5%2Fphasecommon/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/shapeit5/phasecommon/blobs/sha256:305cbab355c7e2894106c77e8b5ca65085c52c359de5d7318592bb5dd2a532f8
Size 3.4 KB
Checksum sha256:305cbab355c7e2894106c77e8b5ca65085c52c359de5d7318592bb5dd2a532f8
Downloads 1
Version Date Status Downloads Size Diff
0.0.0-0c7146d 08 Apr 2026 19:13:40 (UTC) 1 3.4 KB -