Skip to content

Instantly share code, notes, and snippets.

@sourabh2k15
Last active August 24, 2017 07:10
Show Gist options
  • Save sourabh2k15/52721a8bf97d14a0725ee4de46566a3e to your computer and use it in GitHub Desktop.
Save sourabh2k15/52721a8bf97d14a0725ee4de46566a3e to your computer and use it in GitHub Desktop.
GSoC 2017 final report
GSoC Final Evaluation Report
# Project Goal
Enable Genoverse genome browser to parse and render large genomic binary data formats like Bigwig, Bigbed and compressed VCF. In order to do so I wrote javascript parsers for these file formats and the rendering code ( wherever it was missing ). I also wrote code to support the simpler text formats of Wiggle and BED in order to make the code simpler for the binary versions ( bigwig and bigbed ).
# List of Commits
https://github.com/wtsi-web/Genoverse/commits/gh-pages?author=sourabh2k15
# Pull Requests :
-> https://github.com/wtsi-web/Genoverse/pull/37
(description : The binary VCF parser code was merged in this PR)
-> https://github.com/wtsi-web/Genoverse/pull/38
(description : Added parsing and rendering for BED data)
-> https://github.com/wtsi-web/Genoverse/pull/39
(description : Support added for Wiggle data)
-> https://github.com/wtsi-web/Genoverse/pull/40
(description : Respetc thickStart and thickEnd fields while displaying BED data)
-> https://github.com/wtsi-web/Genoverse/pull/42
(description : Support added for Bigwig and Bigbed data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment