VEuPathDB / service-multi-blast

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

Ignore numbers when generating a hash of the blast query. #157

Closed Foxcapades closed 1 year ago

Foxcapades commented 2 years ago

Blast+ tools ignore numbers in the input sequences, we should to. This means when hashing the input query, the numbers should be ignored/stripped out.

Foxcapades commented 1 year ago

MBlast rewrite handles this case.