×

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

Cleans the provided BAM, soft-clipping beyond-end-of-reference alignments and setting MAPQ to 0 for unmapped reads

Latest version: 0.0.0-6c4ed3a
Total downloads: 7
Source: nf-core/modules

Summary

Cleans the provided BAM, soft-clipping beyond-end-of-reference alignments and setting MAPQ to 0 for unmapped reads

Get started

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

include { PICARD_CLEANSAM } from 'nf-core/picard/cleansam'

License

MIT License

Process
Name PICARD_CLEANSAM
Input 1 channel
#1 tuple
meta map

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

bam file

BAM file

*.{bam}
Output 2 channels
#1 bam tuple
meta map

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

*.bam file

Cleaned BAM file

*.{bam}
#2 versions_picard tuple
${task.process} string

The process the versions were collected from

picard string

The tool name

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

The command used to generate the version of the tool

Tool Description Homepage
picard A set of command line tools (in Java) for manipulating high-throughput sequencing (HTS) data and formats such as SAM/BAM/CRAM and VCF. https://broadinstitute.github.io/picard/
Version 0.0.0-0c7146d
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 19:25:23 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fpicard%2Fcleansam/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/picard/cleansam/blobs/sha256:b3825c5bfc418c62d88ead070bebbcd5a3fee6ab113d2a117696aa1ffb1aed6a
Size 2.8 KB
Checksum sha256:b3825c5bfc418c62d88ead070bebbcd5a3fee6ab113d2a117696aa1ffb1aed6a
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:35:51 (UTC) 4 2.8 KB
0.0.0-0c7146d 08 Apr 2026 19:25:23 (UTC) 3 2.8 KB