×

nf-core/trgt/plot @ 0.0.0-6c4ed3a

Visualize tandem repeats genotyped by TRGT

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

Summary

Visualize tandem repeats genotyped by TRGT

Get started

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

include { TRGT_PLOT } from 'nf-core/trgt/plot'

License

MIT License

Process
Name TRGT_PLOT
Input 4 channels
#1 tuple
meta map

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

bam file

Sorted reads spanning tandem repeat from TRGT output

*.bam
bai file

Index for reads

*.bai
vcf file

Sorted tandem repeat genotypes called by TRGT

*.vcf.gz
tbi file

Index for genotypes

*.{tbi,csi}
repeat_id string

ID of tandem repeat to plot

#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 and structure

*.bed
Output 2 channels
#1 plot tuple
meta map

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

*.{png,pdf,svg} file

Plot of region and reads spanning tandem repeat

*.{png,pdf,svg}
#2 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-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:50:07 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Ftrgt%2Fplot/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/trgt/plot/blobs/sha256:98ea20e5a91201a1758d084d93295a244c0b3278c7b3c38f91fbbdb64c2a3638
Size 3.3 KB
Checksum sha256:98ea20e5a91201a1758d084d93295a244c0b3278c7b3c38f91fbbdb64c2a3638
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:50:07 (UTC) 3 3.3 KB
0.0.0-3fc6d40 22 Apr 2026 15:34:44 (UTC)