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 feature for participant matching study's snps #35

Closed hhoopes closed 8 years ago

hhoopes commented 8 years ago

Created a method for matching participants with studies where they both have the same snp value, i.e., they have the same base pairs at a given location.

Required adding a new endpoint and service for 23 and Me. Tested the service that was created for this. Added a feature test for a user's matches. Created a view for the study which is currently empty, so needs a feature test for that.

Code could also be refactored to use AR queries.

Added activerecord-import to handle bulk importing snp locations to the database. Changed rake task to reflect this.