nf-core/ea-utils/gtf2bed @ 0.0.0-6c4ed3a
Summary
Convert a GTF/GFF annotation file to BED12 format
Get started
Add the following snippet to your workflow script to include this module.
include { EAUTILS_GTF2BED } from 'nf-core/ea-utils/gtf2bed'
License
MIT License
Process
Name
|
EAUTILS_GTF2BED |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
gtf
file
|
GTF or GFF annotation file *.{gtf,gff,gtf.gz,gff.gz}
|
Output
2 channels
#1
bed
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}.bed
file
|
BED12 format annotation file with one entry per transcript *.bed
|
#2
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
| Tool | Description | Homepage |
|---|---|---|
| gtf2bed | Perl script from the ea-utils package that converts GTF/GFF annotation files to BED12 format, handling exons, start/stop codons, and miRNAs. Produces UCSC-compatible BED with proper thin/thick regions. | https://expressionanalysis.github.io/ea-utils/ |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:14:34 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fea-utils%2Fgtf2bed/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/ea-utils/gtf2bed/blobs/sha256:22a386e937197c6a3370c3f5dbe1fd4c9e8f03c78a457f3b4a84308631745b14 |
| Size | 4.5 KB |
| Checksum | sha256:22a386e937197c6a3370c3f5dbe1fd4c9e8f03c78a457f3b4a84308631745b14 |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:14:34 (UTC) | 4 | 4.5 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:10:35 (UTC) | 3 | 4.5 KB | |
| 0.0.0-c24122a | 11 Apr 2026 15:00:30 (UTC) | 4 | 4.5 KB | |
| 0.0.0-56a9b6d | 10 Apr 2026 15:00:29 (UTC) | 4 | 4.5 KB |