VEuPathDB / service-multi-blast

Async BLAST+ query service and supporting libraries.
Apache License 2.0
0 stars 0 forks source link

Query splitting/validating stream. #162

Closed Foxcapades closed 2 years ago

Foxcapades commented 2 years ago
  1. character based parsing engine for blast queries.
  2. stream wrapping, abstract extension of the engine
  3. runnable, abstract extension of the engine
  4. Abstract validation stream wrapper
  5. A stream end piece that splits multi-sequence queries into files
  6. A stream validator implementation for nucleotide sequences
  7. A stream validator implementation for protein sequences