nf-core/custom/tx2gene @ 0.0.0-6c4ed3a
Summary
Make a transcript/gene mapping from a GTF and cross-reference with transcript quantifications.
Get started
Add the following snippet to your workflow script to include this module.
include { CUSTOM_TX2GENE } from 'nf-core/custom/tx2gene'
License
MIT License
Name
|
CUSTOM_TX2GENE |
|---|
meta
map
|
Groovy Map containing reference information related to the GTF file e.g. |
|---|---|
gtf
file
|
An annotation file of the reference genome in GTF format *.gtf
|
meta2
map
|
Groovy Map containing information related to the experiment as a whole e.g. |
|---|---|
quants/*
file
|
quants file |
quant_type
string
|
Quantification type, 'kallisto', 'salmon', or 'rsem' |
|---|
id
string
|
Gene ID attribute in the GTF file (default= gene_id) |
|---|
extra
string
|
Extra gene attribute(s) in the GTF file, comma-separated for multiple (default= gene_name) |
|---|
tx2gene
tuple
meta
map
|
Groovy Map containing reference information related to the GTF file e.g. |
|---|---|
*tx2gene.tsv
file
|
A transcript/ gene mapping table in TSV format *.tx2gene.tsv
|
versions
versions.yml
file
|
YAML file containing versions of tools used in the module |
|---|
| Tool | Description | Homepage |
|---|---|---|
| custom | "Custom module to create a transcript to gene mapping from a GTF and check it against transcript quantifications" | n/a |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:12:22 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fcustom%2Ftx2gene/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/custom/tx2gene/blobs/sha256:fe80fcd892bc97374d78fb96b351813b00e6e5b66820475599d644b1ded67a23 |
| Size | 5.6 KB |
| Checksum | sha256:fe80fcd892bc97374d78fb96b351813b00e6e5b66820475599d644b1ded67a23 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:12:22 (UTC) | 3 | 5.6 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:08:40 (UTC) | 3 | 5.6 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:55:31 (UTC) | 3 | 5.5 KB |