VEuPathDB / service-multi-blast

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

v2.x.x - Add validation rule from CFastaReader for bad/good characters on the first line. #200

Closed Foxcapades closed 1 year ago

Foxcapades commented 1 year ago

https://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/fasta_8cpp_source.html#l00710

To catch exceptions caused by sequences starting with large quantities of dashes or other 'bad' characters, the validator should follow the same rule as the code linked above when validating the first line of the input sequence.