orfm 2.1.1

A pure-Rust port of OrfM - a simple and not slow open reading frame (ORF) caller
Documentation
1
2
3
4
#!/usr/bin/env python3

print("To release, make sure the version number in Cargo.toml is correct, and the CHANGELOG.md is updated, git commit and then the following:\n "
"cargo publish --dry-run && cargo publish && git tag `cargo run -- --version |sed 's/.* //'` && git push && git push --tags")