×

nf-core/glimpse2/ligate @ 0.0.0-6c4ed3a

Ligatation of multiple phased BCF/VCF files into a single whole chromosome file. GLIMPSE2 is run in chunks that are ligated into chromosome-wide files maintaining the phasing.

Latest version: 0.0.0-6c4ed3a
Total downloads: 7
Source: nf-core/modules
Authors: @louislenezet
Maintainers: @louislenezet

Summary

Ligatation of multiple phased BCF/VCF files into a single whole chromosome file. GLIMPSE2 is run in chunks that are ligated into chromosome-wide files maintaining the phasing.

Get started

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

include { GLIMPSE2_LIGATE } from 'nf-core/glimpse2/ligate'

License

MIT License

Process
Name GLIMPSE2_LIGATE
Input 1 channel
#1 tuple
meta map

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

input_list file

VCF/BCF file containing genotype probabilities (GP field).

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

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

*.{csi,tbi}
Output 2 channels
#1 merged_variants tuple
meta map

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

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

Output ligated (phased) file in VCF/BCF format.

*.{vcf,bcf,vcf.gz,bcf.gz}
#2 versions_glimpse2 tuple
${task.process} string

The name of the process

glimpse2 string

The name of the tool

GLIMPSE2_ligate --help | grep -oE 'v[0-9.]+' | cut -c2- eval

The expression to obtain the version of the tool

Tool Description Homepage
glimpse2 GLIMPSE2 is a phasing and imputation method for large-scale low-coverage sequencing studies. https://odelaneau.github.io/GLIMPSE
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:21:39 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fglimpse2%2Fligate/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/glimpse2/ligate/blobs/sha256:8e7004860bf86295cf4e7005616da2cd414e4df9d7a81d05e74158e299ac1354
Size 3.1 KB
Checksum sha256:8e7004860bf86295cf4e7005616da2cd414e4df9d7a81d05e74158e299ac1354
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:21:39 (UTC) 3 3.1 KB
0.0.0-3fc6d40 22 Apr 2026 15:14:09 (UTC) 3 3.1 KB
0.0.0-0c7146d 08 Apr 2026 19:06:26 (UTC) 1 3.1 KB