From f1340a905b077898b6e3e0f917e9817a79e8eb19 Mon Sep 17 00:00:00 2001 From: Michael Persico Date: Fri, 21 Jul 2023 16:30:40 -0400 Subject: [PATCH] fix headers, Biopython lowercase --- docs/src/comparisons/comparisons.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/comparisons/comparisons.md b/docs/src/comparisons/comparisons.md index 005573c..9abbe5e 100644 --- a/docs/src/comparisons/comparisons.md +++ b/docs/src/comparisons/comparisons.md @@ -1,11 +1,11 @@ -## BioPython (Python3) +## Biopython (Python3) -- [BioPython](https://biopython.org/) represents an ecosystem of related biology tools written in the Python3 programming language -- Unlike in BioJulia, BioPython tools are installed together as modules into a single `biopython` package +- [Biopython](https://biopython.org/) represents an ecosystem of related biology tools written in the Python3 programming language +- Unlike in BioJulia, Biopython tools are installed together as modules into a single `biopython` package - Released over two decades ago with major releases covering the Python2/3 transition - Capabilities cover a number of molecular biology applications including sequence alignment, population genetics, and machine learning -| Application | BioJulia Package | BioPython object/module | +| Application | BioJulia Package | Biopython object/module | | :------------------ | :-------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------- | | Sequence annotation | [BioSymbols](https://biojulia.dev/BioSymbols.jl/stable/), [BioSequences](https://biojulia.dev/BioSequences.jl/stable/) | `Seq`, `SeqRecord` | | Input/Output | [FASTX](https://biojulia.dev/FASTX.jl/stable/), [XAM](https://biojulia.dev/XAM.jl/stable/), [BigWig](https://biojulia.dev/BigWig.jl/dev/),... | `Bio.SeqIO`, `Bio.AlignIO` |