Skip to content

Instantly share code, notes, and snippets.

View eco32i's full-sized avatar

Ilya Shamovsky eco32i

  • NYU Langone Medical Center
  • NYC
View GitHub Profile
@eco32i
eco32i / issue12-notebook
Created January 15, 2015 03:43
Issue #12 example notebook
{
"metadata": {
"celltoolbar": "Slideshow",
"name": "",
"signature": "sha256:5f9e69771210ecdca97b7558f4bca40716b0ce44d223de8a62651d821cee6065"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
@eco32i
eco32i / gist:7648fcb8e6295a63386a
Created July 3, 2015 16:53
Download .fastq files from basespace
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Download run data from `basespace`"
]
},
{
@eco32i
eco32i / test.ipynb
Created July 16, 2016 17:45
nbmerge issue
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
name: rpoS
channels:
- bioconda
- defaults
dependencies:
- bioconda::bcftools=1.3.1=0
- bioconda::curl=7.45.0=1
- bioconda::htslib=1.3.1=0
- bioconda::libxml2=2.9.3=0
- bioconda::pybedtools=0.7.8=py35_1
#!/usr/bin/env python
import os
import contextlib
import gzip
import argparse
from collections import Counter
from itertools import zip_longest