Skip to content

Instantly share code, notes, and snippets.

View jb-adams's full-sized avatar

Jeremy Adams jb-adams

View GitHub Profile
@jb-adams
jb-adams / drs_batch_request_poc.md
Last active June 14, 2021 19:29
DRS batch request PoC example

DRS batch request PoC using GA4GH starter kit

Intro

This gist provides a working, proof-of-concept example of DRS object batch requests. This prototype feature of the DRS specification was developed in the GA4GH starter kit DRS implementation.

The goal is to have a working example for this prototype feature that can be tried out, commented on, and refined as the group works towards a specification for DRS batch requests. Refinements will be incorporated back into the starter kit implementation until a standardized approach is reached.

Setup

@jb-adams
jb-adams / TUTORIAL.md
Last active October 9, 2019 19:14
Reference sequences on AWS Tutorial

INSDC Reference Sequence Public Dataset Tutorial

The INSDC Reference Sequence Public Dataset enables access to biological reference sequences submitted to the INSDC, where sequences are identified according to checksum. The dataset includes both raw sequence as well as associated metadata.

Accessing Data

insdc-reference-sequences
|-- sequence
|   |-- 023e92ccde5f86f31ea0844a92dddb86
@jb-adams
jb-adams / gist:c27e4a17c58c73b0ce77cadc6eaf71fc
Created December 1, 2017 13:54 — forked from Atem18/gist:4696071
Tutorial to seting up a django website in production.

Set up Django, Nginx and Gunicorn in a Virtualenv controled by Supervisor

Steps with explanations to set up a server using:

  • Virtualenv
  • Virtualenvwrapper
  • Django
  • Gunicorn