- a greedy genbank parser
- can be modified easily for full information
- see dev branch for latest changes
- install
cargo build --release
- call with
.seq
file
.genbank-parser gbvrl1.seq
- Take .seq file or directory of .seq files as input and process all
- Unzip .gz files
- Handle multiple file reading and writing asynchronously