TheEvergreenStateCollege / smarty-plants

Plant genome sequencing
2 stars 2 forks source link

Some syntax and path fixes #7

Closed learner-long-life closed 3 months ago

learner-long-life commented 3 months ago

Learned about creating a Path(Buf) from &str here https://rust-lang-nursery.github.io/rust-cookbook/file/dir.html#find-loops-for-a-given-path

Found multiple main methods, moved one of them into a second binary output for the crate called cli that you run with

cargo run --bin cli

These comments use Windows-dependent backslashes and depend on data that is no longer committed into the repo. We need a better data solution, perhaps a private git repo that we use as a submodule (argh, yes I know).

poperigby commented 3 months ago

Seems fine to me