Skip to content

Commit

Permalink
More BioPython fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
M-PERSIC committed Jul 21, 2023
1 parent 7cf2e63 commit 93a69ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/comparisons/comparisons.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
| Arrays are column-major (columns are contiguous in memory) | (Numpy) arrays are row-major by default (rows are contiguous in memory) |

**To transition from Python3 to Julia:**
- See [Noteworthy differences from Python](https://docs.julialang.org/en/v1/manual/noteworthy-differences/#Noteworthy-differences-from-Python) in the Julia manual
- See [Noteworthy differences from Python](https://docs.julialang.org/en/v1/manual/noteworthy-differences/#Noteworthy-differences-from-Python) in the Julia manual for a more in-depth comparison
- Use [PythonCall.jl](https://github.com/cjdoris/PythonCall.jl.git)/[CondaPkg.jl](CondaPkg.jl) to seamlessly integrate Python3 code into your Julia project

## BioConductor (R)
Expand Down

0 comments on commit 93a69ac

Please sign in to comment.