×

nf-core/t1k/build @ 0.0.0-6c4ed3a

A module to create a reference database and coordinate files for T1K.

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

Summary

A module to create a reference database and coordinate files for T1K.

Get started

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

include { T1K_BUILD } from 'nf-core/t1k/build'

License

MIT License

Process
Name T1K_BUILD
Input 1 channel
#1 tuple
meta map

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

ena file

EMBL-ENA dat file.

*.dat
fasta file

FASTA file containing gene sequences.

*.fa
annotation file

Gene annotation in GTF format.

*.gtf
Output 6 channels
#1 database tuple
meta map

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

*.dat file

EMBL-ENA dat file.

*.dat
#2 versions_t1k tuple
${task.process} string

The name of the process

t1k string

The name of the tool

run-t1k 2>&1 | head -n 1 | cut -d '-' -f 1 | cut -d v -f 2 eval

The expression to obtain the version of the tool

#3 dna_sequences tuple
meta map

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

*_dna_seq.fa file

DNA gene sequences file output.

*_dna_seq.fa
#4 rna_sequences tuple
meta map

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

*_rna_seq.fa file

RNA gene sequences file output.

*_rna_seq.fa
#5 dna_coordinates tuple
meta map

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

*_dna_coord.fa file

A fasta file with the coordinates of the gene alleles in the header as created form the t1k/build

*_dna_coord.fa
#6 rna_coordinates tuple
meta map

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

*_rna_coord.fa file

A fasta file with the coordinates of the gene alleles in the header as created form the t1k/build

*_rna_coord.fa
Tool Description Homepage
t1k T1K is a versatile methods to genotype highly polymorphic genes (e.g. KIR, HLA) with RNA-seq, WGS or WES data. https://github.com/mourisl/T1K/blob/v1.0.9/README.md
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:49:10 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Ft1k%2Fbuild/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/t1k/build/blobs/sha256:be1cf68f971678c9164526b988e1e96d89ea9345240b828f9b270dc9fefdc5f0
Size 3.0 KB
Checksum sha256:be1cf68f971678c9164526b988e1e96d89ea9345240b828f9b270dc9fefdc5f0
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:49:10 (UTC)