×

nf-core/blobtk/depth @ 0.0.0-6c4ed3a

Creates a bed file containing the depth of data at intervals of an aligned bam.

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

Summary

Creates a bed file containing the depth of data at intervals of an aligned bam.

Get started

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

include { BLOBTK_DEPTH } from 'nf-core/blobtk/depth'

License

MIT License

Process
Name BLOBTK_DEPTH
Input 1 channel
#1 tuple
meta map

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

bam file

Algined BAM file.

*.bam
index file

Algined BAM index file.

*.bai|*.csi
Output 2 channels
#1 bed tuple
meta map

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

*.regions.bed.gz file

Bed file describing the depth of regions across the genome.

#2 versions_blobtk tuple
${task.process} string

The name of the process

blobtk string

The name of the tool

blobtk --version | cut -d' ' -f2 eval

The expression to obtain the version of the tool

Tool Description Homepage
blobtk BlobTk contains a set of core functions used by BlobToolKit tools. Implemented in Rust, these functions are intended to be accessible from the command line, as python modules and will include web assembly code for use in javascript. https://github.com/genomehubs/blobtk/
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:07:43 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fblobtk%2Fdepth/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/blobtk/depth/blobs/sha256:63e7e289dd63fb31b80ae0ba51511a55ace4b578cfa56eba8b2da5f2280bfe66
Size 2.6 KB
Checksum sha256:63e7e289dd63fb31b80ae0ba51511a55ace4b578cfa56eba8b2da5f2280bfe66
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:07:43 (UTC) 3 2.6 KB
0.0.0-0c7146d 08 Apr 2026 18:49:19 (UTC) 4 2.5 KB