Skip to content

Instantly share code, notes, and snippets.

View jrhawley's full-sized avatar

James Hawley jrhawley

View GitHub Profile
@jrhawley
jrhawley / perl_build_tool.sh
Last active May 27, 2019 17:13
Conda templates
# this is the build file for a set of Perl scripts meant to be used as command line utilities, and not loaded as an explicit module
# this is modelled after HiCUP, a set of Perl scripts that also depend on R scripts and a local module
#!/bin/bash
set -eu -o pipefail
# We copy the tarball's contents (which also includes docs and config files) to $PREFIX/share.
# Then just the Perl scripts are symlinked to $PREFIX/bin.
# There are some additional fixes to the Perl scripts to make them run in the conda environment.
outdir=$PREFIX/share/$PKG_NAME-$PKG_VERSION-$PKG_BUILDNUM
@deannachurch
deannachurch / ExcelMangledGenes
Created March 13, 2015 15:23
List of symbols that excel 'datifies'
##Mar 13, 2015
##Some 'date-names' are aliases and map to more than one gene
#symbol date name
SEPT1 1-Sep
SEPT2 2-Sep
SEPT3 3-Sep
SEPT4 4-Sep
SEPT5 5-Sep
SEPT6 6-Sep
SEPT7 7-Sep