×

nf-core/picard/sortsam @ 0.0.0-6c4ed3a

Sorts BAM/SAM files based on a variety of picard specific criteria

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

Summary

Sorts BAM/SAM files based on a variety of picard specific criteria

Get started

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

include { PICARD_SORTSAM } from 'nf-core/picard/sortsam'

License

MIT License

Process
Name PICARD_SORTSAM
Input 2 channels
#1 tuple
meta map

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

bam file

BAM/CRAM/SAM file

*.{bam,sam}
sort_order string

Picard sort order type

unsorted|queryname|coordinate|duplicate|unknown
Output 2 channels
#1 bam tuple
meta map

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

*.bam file

Sorted BAM/CRAM/SAM file

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

The process the versions were collected from

picard string

The tool name

picard SortSam --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-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:36:19 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fpicard%2Fsortsam/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/picard/sortsam/blobs/sha256:7e2edbdf0b0751dd0d0568730e15a7d926eec57878621e0d1f2b240c2c089357
Size 2.8 KB
Checksum sha256:7e2edbdf0b0751dd0d0568730e15a7d926eec57878621e0d1f2b240c2c089357
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:36:19 (UTC) 3 2.8 KB
0.0.0-0c7146d 08 Apr 2026 19:26:04 (UTC) 3 2.8 KB