Skip to content

Instantly share code, notes, and snippets.

@patmagee
Last active August 18, 2016 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patmagee/08b73b93f4be6dbca87406e35cf6d9b0 to your computer and use it in GitHub Desktop.
Save patmagee/08b73b93f4be6dbca87406e35cf6d9b0 to your computer and use it in GitHub Desktop.
List of commits by PatrickMagee

##Google Summer of Code Commit History

###Genome-Coordinates-Converter: A simple java tool wrapping several other genomics tools for providing easy genomics conversions.

Commits:

https://github.com/mcupak/genome-coordinates-converter/commits/develop?author=patmagee

###Beacon-adapters Beacon-adapter-api implementations for a lighting a beacon from a specific data source. I added support for creating a beacon from files in the Variant Call Format (VCF)

Commits:

https://github.com/mcupak/beacon-adapters/commits/develop?author=patmagee

###Beacon-adapter-api The beacon adapter api offers an interface for that is used to implement a beacon adapter. I created the api and the supporting code with it

Commits:

https://github.com/mcupak/beacon-adapter-api/commits/develop?author=patmagee

###Beacon-Java The Beacon-Java is part of the the Java-BDK and contains a simple REST implementation of a beacon using a beacon-adapter. I Updated the beacon-java to the latest Beacon spec (0.3) and added support for Beacon-adapters, on top of other refactoring

Commits:

https://github.com/mcupak/beacon-java/commits/develop?author=patmagee

###Beaconizer The Beaconizer is an extension of the Beacon-Java and allows the use of N number of adapters to configure ANY number of Beacons. The REST api is essentially the same as the Beacon-Java but it dynamically will load different adapters depending on the request.

Commits:

https://github.com/mcupak/beaconizer/commits/develop?author=patmagee

@mcupak
Copy link

mcupak commented Aug 17, 2016

Looks really good. There's a typo in Genome-Coordinates-Converted by the way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment