×

nf-core/samtools/idxstats @ 0.0.0-6c4ed3a

Reports alignment summary statistics for a BAM/CRAM/SAM file

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

Summary

Reports alignment summary statistics for a BAM/CRAM/SAM file

Get started

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

include { SAMTOOLS_IDXSTATS } from 'nf-core/samtools/idxstats'

License

MIT License

Process
Name SAMTOOLS_IDXSTATS
Input 1 channel
#1 tuple
meta map

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

bam file

BAM/CRAM/SAM file

*.{bam,cram,sam}
bai file

Index for BAM/CRAM/SAM file

*.{bai,crai,sai}
Output 2 channels
#1 idxstats tuple
meta map

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

*.idxstats file

File containing samtools idxstats output

*.{idxstats}
#2 versions_samtools tuple
${task.process} string

The name of the process

samtools string

The name of the tool

samtools version | sed '1!d;s/.* //' eval

The expression to obtain the version of the tool

Tool Description Homepage
samtools SAMtools is a set of utilities for interacting with and post-processing short DNA sequence read alignments in the SAM, BAM and CRAM formats, written by Heng Li. These files are generated as output by short read aligners like BWA. http://www.htslib.org/
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:42:26 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fsamtools%2Fidxstats/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/samtools/idxstats/blobs/sha256:4b6ecf5857fbc7cbfba6321c4c8d694a8a44bbb8c0d78ee3c5505a4cf88e2835
Size 2.5 KB
Checksum sha256:4b6ecf5857fbc7cbfba6321c4c8d694a8a44bbb8c0d78ee3c5505a4cf88e2835
Downloads 4
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:42:26 (UTC) 4 2.5 KB
0.0.0-0c7146d 08 Apr 2026 19:33:52 (UTC) 3 2.5 KB