×

nf-core/paragraph/idxdepth @ 0.0.0-6c4ed3a

Determines the depth in a BAM/CRAM file

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

Summary

Determines the depth in a BAM/CRAM file

Get started

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

include { PARAGRAPH_IDXDEPTH } from 'nf-core/paragraph/idxdepth'

License

MIT License

Process
Name PARAGRAPH_IDXDEPTH
Input 3 channels
#1 tuple
meta map

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

input file

BAM/CRAM file

*.{bam,cram}
input_index file

Index of the BAM/CRAM file

*.{bai,crai}
#2 tuple
meta2 map

Groovy Map containing information for the fasta e.g. [ id:'test', single_end:false ]

fasta file

Reference genome FASTA

*.{fasta,fna,fa}
#3 tuple
meta3 map

Groovy Map containing information for the fasta_fai e.g. [ id:'test', single_end:false ]

fasta_fai file

Index of the reference genome FASTA

*.fai
Output 3 channels
#1 depth tuple
meta map

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

*.json file

A JSON file containing depth, depth variance, read length and other parameters

*.json
#2 versions
versions.yml file

File containing software versions

versions.yml
#3 binned_depth tuple
meta map

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

*.tsv file

A TSV file containing the binned normalized depth. Can only be calculated for CRAM files

*.tsv
Tool Description Homepage
paragraph Graph realignment tools for structural variants https://github.com/Illumina/paragraph
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:35:07 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fparagraph%2Fidxdepth/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/paragraph/idxdepth/blobs/sha256:d83fcf04645a605116124ce0f6a20545efc5b67808978f6c9d7264abdc6581d6
Size 3.0 KB
Checksum sha256:d83fcf04645a605116124ce0f6a20545efc5b67808978f6c9d7264abdc6581d6
Downloads 4
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:35:07 (UTC) 4 3.0 KB
0.0.0-3fc6d40 22 Apr 2026 15:25:14 (UTC) 3 3.0 KB
0.0.0-0c7146d 08 Apr 2026 19:24:19 (UTC) 3 3.0 KB