Skip to content

Instantly share code, notes, and snippets.

View dereneaton's full-sized avatar

Deren Eaton dereneaton

View GitHub Profile
@dereneaton
dereneaton / tutorial_GBS_2.16.ipynb
Last active August 29, 2015 13:56
** PERMALINKED **
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dereneaton
dereneaton / tutorial_ddRAD_3.0.4.ipynb
Last active August 29, 2015 13:57
** PERMALINKED **
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dereneaton
dereneaton / pyRAD_v.2.0.ipynb
Last active August 29, 2015 13:57
** PERMALINKED **
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dereneaton
dereneaton / Carex.ipynb
Last active August 29, 2015 14:01
** PERMALINKED **
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dereneaton
dereneaton / clusthist.py
Last active August 29, 2015 14:10
get cluster depths from clustS files
## import libraries
import glob
import gzip
## read in clust files (enter your data location here)
clustfiles = glob.glob("clust.85/*.clustS.gz")
## create a location to write results to
outfile = open("depthstats.txt", 'w')
@dereneaton
dereneaton / cyatho_notebook.ipynb
Last active August 29, 2015 14:13
Cyatho locus sharing
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dereneaton
dereneaton / testing_cat.ipynb
Last active August 29, 2015 14:20
raxml snpfreq calls
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dereneaton
dereneaton / testing.ipynb
Created April 28, 2015 19:20
pyrad data types testing
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
@dereneaton
dereneaton / gist:3e50570074b49c0485e6
Created August 6, 2015 14:23
skeleton ipython css
<style>
html {
font-size: 62.5% !important; }
body {
font-size: 1.5em !important; /* currently ems cause chrome bug misinterpreting rems on body element */
line-height: 1.6 !important;
font-weight: 400 !important;
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
color: #222 !important; }