VEuPathDB / service-multi-blast

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

Validate dash count on first line of each sequence. #211

Closed Foxcapades closed 1 year ago

Foxcapades commented 1 year ago

Add validation that tests the number of dashes on the first line of each sequence to align with the validation performed by the BLAST+ CLI tools as defined here: https://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/fasta_8cpp_source.html#l00751

Resolves #202