Open blackpan2 opened 5 years ago
What happens when a negative precision factor is given to the alignment search endpoint currently?
Expected behavior: Throws an error indicating that the precision factor must be positive.
Do we have a maximum precision factor we want to allow someone to submit on the production profile? it could be dangerous to have someone submit MAX_INT and effectively DDOS the system.
What happens when a negative precision factor is given to the alignment search endpoint currently?
Expected behavior: Throws an error indicating that the precision factor must be positive.