Merges multiple BAM files into a single file
meta{:bash}
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
bams{:bash}
:list
List of input BAM files to be merged
*.{bam}
bam{:bash}
*.bam{:bash}
:file
Merged BAM file
versions_picard{:bash}
${task.process}{:bash}
:string
The process the versions were collected from
picard{:bash}
The tool name
picard MergeSamFiles --version 2>&1 | sed -n 's/.*Version://p'{:bash}
The command used to generate the version of the tool
versions{:bash}
A set of command line tools (in Java) for manipulating high-throughput sequencing (HTS) data and formats such as SAM/BAM/CRAM and VCF.