cyniphile / rosalind

practice comp bio problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bioinformatics problems from http://rosalind.info/ and the https://stepik.org/course/91751/promo contest implemented in Python and Rust.

  • Install Rust.
  • Install poetry.
  • Build Rust code: cargo b and install Python packages poetry install.
  • Build Python-Rust maturin develop --release in the various Rust libs.
  • Generate large data: python generate_large_test_data.py.
  • Run pytest and cargo criterion to generate benchmarks.

About

practice comp bio problems


Languages

Language:Jupyter Notebook 84.9%Language:LLVM 5.6%Language:Rust 5.4%Language:Assembly 2.2%Language:Python 1.8%