PLINK Bed-Reader now available in both Python and Rust #9
Unanswered
CarlKCarlK
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings,
I’m happy to announce that the PLINK Bed-Reader (used by FaST-LMM and other packages), is now available in both Python (as before) and the Rust language (new).
Python will remain the main language for the FaST-LMM family of tools. Rust is a very efficient system-level language (like C or C++) that offers memory safety (like Python). We have a new article in Towards Data Science on the software engineering behind the Rust version.
• Python: PyPi or GitHub
• Rust: crates.io
Beta Was this translation helpful? Give feedback.
All reactions