samtools --version | head -1 | sed -e "s/samtools //"{:bash}
:eval
The expression to obtain the version of the tool
Topics
name:type
description
pattern
versions{:bash}
${task.process}{:bash}
:string
Name of the process
samtools{:bash}
:string
Name of the tool
samtools --version | head -1 | sed -e "s/samtools //"{:bash}
:eval
The expression to obtain the version of the tool
Tools
samtools
MIT
SAMtools is a set of utilities for interacting with and post-processing
short DNA sequence read alignments in the SAM, BAM and CRAM formats, written by Heng Li.
These files are generated as output by short read aligners like BWA.