Description

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

Input

name:type
description
pattern

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

name:type
description
pattern

bam

meta:map

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

*.bam:file

Sorted BAM/CRAM/SAM file

*.{bam}

versions

versions.yml:file

File containing software versions

versions.yml

Tools

picard
MIT

A set of command line tools (in Java) for manipulating high-throughput sequencing (HTS) data and formats such as SAM/BAM/CRAM and VCF.