×

nf-core/picard/collectinsertsizemetrics @ 0.0.0-0c7146d

Collect metrics about the insert size distribution of a paired-end library.

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

Summary

Collect metrics about the insert size distribution of a paired-end library.

Get started

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

include { PICARD_COLLECTINSERTSIZEMETRICS } from 'nf-core/picard/collectinsertsizemetrics'

License

MIT License

Process
Name PICARD_COLLECTINSERTSIZEMETRICS
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}
Output 3 channels
#1 metrics tuple
meta map

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

*.txt file

Values used by Picard to generate the insert size histograms

*.txt
#2 histogram tuple
meta map

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

*.pdf file

Insert size histogram in PDF format

*.pdf
#3 versions_picard tuple
${task.process} string

The process the versions were collected from

picard string

The tool name

picard CollectInsertSizeMetrics --version 2>&1 | sed -n 's/.*Version://p' string

The command used to generate the version of the tool

Tool Description Homepage
picard Java tools for working with NGS data in the BAM format https://broadinstitute.github.io/picard/
Version 0.0.0-0c7146d
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 19:25:29 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fpicard%2Fcollectinsertsizemetrics/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/picard/collectinsertsizemetrics/blobs/sha256:61965765125e8384b2bca1b28d80d953ae3acfec33516db21f586f974e7dbd31
Size 2.9 KB
Checksum sha256:61965765125e8384b2bca1b28d80d953ae3acfec33516db21f586f974e7dbd31
Downloads 2
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:35:55 (UTC) 4 2.9 KB
0.0.0-0c7146d 08 Apr 2026 19:25:29 (UTC) 2 2.9 KB