×

nf-core/trgt/genotype @ 0.0.0-3fc6d40

Tandem repeat genotyping from PacBio HiFi data

Latest version: 0.0.0-6c4ed3a
Total downloads: 10
Source: nf-core/modules
Authors: @Schmytzi @fellen31
Maintainers: @Schmytzi

Summary

Tandem repeat genotyping from PacBio HiFi data

Get started

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

include { TRGT_GENOTYPE } from 'nf-core/trgt/genotype'

License

MIT License

Process
Name TRGT_GENOTYPE
Input 4 channels
#1 tuple
meta map

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

bam file

Sorted BAM file

*.bam
bai file

Index of the BAM file

*.bam
karyotype string

Karyotype of the sample. Either XX or XY. Defaults to XX if not given

#2 tuple
meta2 map

Groovy map containing reference information e.g. [ id: 'genome' ]

fasta file

FASTA reference file

*.{fasta,fa,fna}
#3 tuple
meta3 map

Groovy map containing reference information e.g. [ id: 'genome' ]

fai file

Index for FASTA file

*.fai
#4 tuple
meta4 map

Groovy map containing repeat information e.g. [ id: 'repeats' ]

repeats file

BED file with repeat coordinates

*.bed
Output 3 channels
#1 bam tuple
meta map

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

*.spanning.bam file

BAM file with pieces of reads aligning to repeats

*.spanning.bam
#2 vcf tuple
meta map

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

*.vcf.gz file

VCF file with repeat genotypes

*.vcf.gz
#3 versions_trgt tuple
${task.process} string

The name of the process

trgt string

The name of the tool

trgt --version | sed 's/.* //g' eval

The expression to obtain the version of the tool

Tool Description Homepage
trgt Tandem repeat genotyping and visualization from PacBio HiFi data https://github.com/PacificBiosciences/trgt
Version 0.0.0-3fc6d40
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 22 Apr 2026 15:34:41 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Ftrgt%2Fgenotype/0.0.0-3fc6d40/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/trgt/genotype/blobs/sha256:d77c834daad2fdedb3ba08bca027b8f6a995a5893d070996779918e057552f5b
Size 3.3 KB
Checksum sha256:d77c834daad2fdedb3ba08bca027b8f6a995a5893d070996779918e057552f5b
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:50:05 (UTC) 4 3.2 KB
0.0.0-3fc6d40