Samtool Supported | Models New!

SAMtool Supported Models

SAMtool (Segment Anything Model tool) provides a unified interface for various promptable segmentation models. Below is the complete list of officially supported model architectures and specific weight variants as of the latest release (v1.2.0).

Galaxy Note Series

# Sort using a memory buffer appropriate for the model's output samtools sort -@ 8 -m 4G -o sorted.bam output.bam
samtools depth -a -b regions.bed in.bam | \
    awk 'sum+=$3 END print sum/NR'   # Mean depth per region

Mobile / Edge-efficient models