Skip to content

Instantly share code, notes, and snippets.

View dereneaton's full-sized avatar

Deren Eaton dereneaton

View GitHub Profile
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
@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.
@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 / 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 / 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 / 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 / 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 / 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 / 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 / PE-GBS_empirical.ipynb
Last active April 16, 2018 21:04
** PERMALINKED **
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.