Solution of Rosalind problems in Rust
Find me at the website
-
specify the corresponding module in
src/main.rse.g. to run the
DNAmodule, you should specify the following line insrc/main.rsstronghold::DNA::run(content);
- category of problems -> module
- python village ->
INI - bioinformatics stronghold ->
stronghold - bioinformatics armory ->
armory - bioinformatics textbook track ->
BA*
- python village ->
- category of problems -> module
-
run the following command
cargo run <path/to/input/data>
You can also use the
run.shscript to run the program./run.sh test # run the program with test data (the test input should be :`data/test.txt`) ./run.sh ba1a # run the program with the input data of the problem `BA1A` (the input data should be :`data/ba1a.txt or in ~/Downloads/ba1a.txt`)
copyright by Rachel Seongeun Kim