shuffles and groups reads together by their names
meta
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
input
:file
BAM/CRAM/SAM file
*.{bam,cram,sam}
meta2
Groovy Map containing reference information e.g. [ id:‘genome’ ]
fasta
Reference genome file
*.{fa,fasta}
fai
Reference genome index file
*.fai
bam
*.bam
Sorted BAM
*.{bam}
cram
*.cram
Sorted CRAM
*.{cram}
sam
*.sam
Sorted SAM
*.{sam}
versions_samtools
${task.process}
:string
The name of the process
samtools
The name of the tool
samtools version | sed '1!d;s/.* //'
:eval
The expression to obtain the version of the tool
versions
Tools for dealing with SAM, BAM and CRAM files