nf-core/trgt/genotype @ 0.0.0-6c4ed3a
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
Name
|
TRGT_GENOTYPE |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
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 |
meta2
map
|
Groovy map containing reference information e.g. |
|---|---|
fasta
file
|
FASTA reference file *.{fasta,fa,fna}
|
meta3
map
|
Groovy map containing reference information e.g. |
|---|---|
fai
file
|
Index for FASTA file *.fai
|
meta4
map
|
Groovy map containing repeat information e.g. |
|---|---|
repeats
file
|
BED file with repeat coordinates *.bed
|
bam
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.spanning.bam
file
|
BAM file with pieces of reads aligning to repeats *.spanning.bam
|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.vcf.gz
file
|
VCF file with repeat genotypes *.vcf.gz
|
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:05 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Ftrgt%2Fgenotype/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/trgt/genotype/blobs/sha256:bddb88b6eee35c1ba39374fc118598263e65e9197c1b147ee069249ea5e369a1 |
| Size | 3.2 KB |
| Checksum | sha256:bddb88b6eee35c1ba39374fc118598263e65e9197c1b147ee069249ea5e369a1 |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:50:05 (UTC) | 4 | 3.2 KB | |
| 0.0.0-3fc6d40 |