Skip to content

Playing around with `Rust` using the `bioinformatics` code challenges form https://rosalind.info.

Notifications You must be signed in to change notification settings

tlvlp/rosalind-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Rosalind in Rust

Playing around with Rust using the bioinformatics code challenges form https://rosalind.info.

Structure

  • Solutions can be found in modules starting with _, eg. _01_rna.rs.
  • IO workflows used by the solutions are in the workflows module.
  • main.rs runs the selected problem.

Run

  1. Select a problem on Rosalind and reference the related module in main.rs.
  2. Get new test data for the problem via Download datasheet option in Rosalind and save it as input in the project root.
  3. cargo run in the project root for a quick test.

About

Playing around with `Rust` using the `bioinformatics` code challenges form https://rosalind.info.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages