hhoopes / genome_match_maker

23 and Me-enabled matchmaking service for genetic research studies
http://genomematchmaker.herokuapp.com
0 stars 1 forks source link

Add api route for snp verification #37

Closed hhoopes closed 8 years ago

hhoopes commented 8 years ago

Added api route for verification of a snp's location. When a researcher creates a new study, the form automatically verifies if a location is valid and provides visual confirmation of such (or an "X" if it is invalid).

The endpoint is tested at the service level but a feature test could be used to verify the ajax confirmation.