Version Compatibility
Reference examples tested with: samtools 1.19+
Before using code patterns, verify installed versions match. If versions differ:
- CLI:
<tool> --versionthen<tool> --helpto confirm flags
If code throws ImportError, AttributeError, or TypeError, introspect the installed package and adapt the example to match the actual API rather than retrying.
Bowtie2 Alignment
"Align DNA reads with Bowtie2" -> Map short reads to a reference genome using Bowtie2's end-to-
[Description truncada. Veja o README completo no GitHub.]