Closed Foxcapades closed 2 years ago
Rejected for the following case not being handled:
> header 1
> header 2
aaaaaaaaaaaaaaa
Reopening as the "missed" case is actually handled. The query is broken into separate sequences upstream and the validate
method is only validating a single sequence in the query.
Multi-blast currently allows empty sequences through as long as full query is not empty (the query contains only header lines).
This should catch that issue and prevent empty jobs from making it through.
Resolves #105