Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 530 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 530 Bytes

genbank-parser

  • a greedy genbank parser
  • can be modified easily for full information
  • see dev branch for latest changes

use

  • install
cargo build --release
  • call with .seq file
.genbank-parser gbvrl1.seq

TODO

  • Take .seq file or directory of .seq files as input and process all
  • Unzip .gz files
  • Handle multiple file reading and writing asynchronously

⚠️ code could undergo dramatic changes, particularly around outputs