Skip to content

Instantly share code, notes, and snippets.

View Rohan-cod's full-sized avatar
🌠
Space Dust

Rohan Gupta Rohan-cod

🌠
Space Dust
View GitHub Profile
@Rohan-cod
Rohan-cod / GSoC_2022_Final_Report.md
Last active October 2, 2023 09:26
Google Summer of Code 2022 'Dynamic computation of variant annotations using GA4GH Variant Annotations plus FHIR Genomics' Final Report
@Rohan-cod
Rohan-cod / main.py
Created October 13, 2021 12:28
A Sample REST API Implementation using FLASK.
#! /usr/bin/env python3
"""
A Sample REST API Implementation using FLASK.
Run `Python3 main.py` in your terminal.
Test the API using the `curl` examples provided, in another terminal.
"""
# imports
from flask import Flask, jsonify, abort, request, make_response, url_for
@Rohan-cod
Rohan-cod / GSoC_2021_Final_Report.md
Created August 16, 2021 09:42
Google Summer of Code 2021 'vcf2fhir for Structural Variants' Final Report

Google Summer of Code 2021 Final Report

Project Details