Parallel sorting and duplicate marking
meta
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
bams
:file
List containing 1 or more bam files
meta2
Groovy Map containing genome information e.g. [ id:‘genome’ ]
fasta
Reference genome in FASTA format (optional)
*.{fa,fasta,fna}
fai
Reference genome in FASTA index format (optional)
*.{fai}
bam
*.bam
BAM file with duplicate reads marked/removed
bam_index
*.bam.bai
BAM index file
*.bai
cram
*.cram
CRAM file with duplicate reads marked/removed
metrics
*.metrics.txt
Duplicate metrics file generated by biobambam
*.{metrics.txt}
versions_biobambam
${task.process}
:string
The name of the process
biobambam
The name of the tool
bamsormadup --version |& sed '1!d; s/.*version //; s/.\$//'
:eval
The expression to obtain the version of the tool
versions
biobambam is a set of tools for early stage alignment file processing.