×

nf-core/bedops/gtf2bed @ 0.0.0-6c4ed3a

Convert gtf format to bed format

Latest version: 0.0.0-6c4ed3a
Total downloads: 8
Source: nf-core/modules
Authors: @davidecarlson

Summary

Convert gtf format to bed format

Get started

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

include { BEDOPS_GTF2BED } from 'nf-core/bedops/gtf2bed'

License

MIT License

Process
Name BEDOPS_GTF2BED
Input 1 channel
#1 tuple
meta map

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

gtf file

A reference file in GTF format

*.{gtf,gtf.gz}
Output 2 channels
#1 bed tuple
meta file

A reference file in BED format

*.{bed}
*.bed file

A reference file in BED format

*.{bed}
#2 versions_bedops tuple
${task.process} string

The name of the process

bedops string

The name of the tool

bedops --version | sed -n "s/.*version: *\([^ ]*\).*/\1/p" eval

The expression to obtain the version of the tool

Tool Description Homepage
gtf2bed The gtf2bed script converts 1-based, closed [start, end] Gene Transfer Format v2.2 (GTF2.2) to sorted, 0-based, half-open [start-1, end) extended BED-formatted data. https://bedops.readthedocs.io/en/latest/content/reference/file-management/conversion/gtf2bed.html
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:05:27 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fbedops%2Fgtf2bed/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bedops/gtf2bed/blobs/sha256:141bc924f455888c2776d46cf0694240e928249880a7267c0a37eab198e2ba32
Size 2.2 KB
Checksum sha256:141bc924f455888c2776d46cf0694240e928249880a7267c0a37eab198e2ba32
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:05:27 (UTC) 3 2.2 KB
0.0.0-3fc6d40 22 Apr 2026 15:03:31 (UTC) 2 2.3 KB
0.0.0-0c7146d 08 Apr 2026 18:46:44 (UTC) 3 2.2 KB