Description

Impute low-coverage BAM or CRAM inputs with QUILT2 and ligate chunked outputs per chromosome. ‘regionout’ key will be used to store temporarily the region and therefore shouldn’t be used in the meta maps.

Input

name
description
pattern

ch_input

Channel with target sequencing data and optional rename files.

ch_reference_panel

Channel with phased reference panel VCFs per chromosome.

ch_chunks

Channel with optional imputation chunks per chromosome.

ch_map

Channel with optional genetic maps per chromosome.

ch_fasta

Channel with optional reference FASTA data, required for CRAM inputs.

n_gen

Number of generations since founding or mixing.

buffer

Buffer of region to perform imputation over.

Output

name
description
pattern

vcf_index

Imputed and indexed VCFs after ligating chunked outputs per chromosome.