Skip to content

Commit

Permalink
fix headers, Biopython lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
M-PERSIC committed Jul 21, 2023
1 parent 68c158c commit f1340a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/comparisons/comparisons.md
Original file line number Diff line number Diff line change
@@ -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` |
Expand Down

0 comments on commit f1340a9

Please sign in to comment.