BWA (Burrows-Wheeler Aligner)
JSON →An MCP server for the BWA sequence alignment tool.
Install
pip install -e Tools · 5
- bwa_index Create an index for a reference genome.
- bwa_mem Align reads using the BWA-MEM algorithm.
- bwa_aln Find SA coordinates with the BWA-backtrack algorithm.
- bwa_samse Generate single-end alignments in SAM format.
- bwa_sampe Generate paired-end alignments in SAM format.