alterlab-biopython
Biopython: Computational Molecular Biology in Python
Overview
Biopython is a comprehensive set of freely available Python tools for biological computation. It provides functionality for sequence manipulation, file I/O, database access, structural bioinformatics, phylogenetics, and many other bioinformatics tasks. The current version is Biopython 1.87, which supports Python 3 and requires NumPy.
Version note (1.78+): The command-line application wrappers in
Bio.Blast.Applications(Ncbiblastn/p/x...Commandline,NcbimakeblastdbCommandline) andBio.Align.Applications(ClustalOmegaCommandline,MuscleCommandline) were deprecated in 1.78 and removed — they no longer import. Call BLAST+/aligner executables viasubprocessinstead (seereferences/blast.mdandreferences/alignment.md).Bio.pairwise2is deprecated; useBio.Align.PairwiseAligner.
When to Use This Skill
Use this skill when: