https://github.com/genome/genome
Revision 1e151698dec36791836ee15f446f87cd623e9fdf authored by Gabriel Sanderson on 29 May 2014, 22:40:13 UTC, committed by Susanna Siebert on 04 June 2014, 19:24:38 UTC
1 parent 8429e16
Raw File
Tip revision: 1e151698dec36791836ee15f446f87cd623e9fdf authored by Gabriel Sanderson on 29 May 2014, 22:40:13 UTC
DO NOT PUSH -- temporarily comment out dying when we get multiple fpkm values for the same gene. This is needed to keep testing while we wait to hear from Chris and Jasreet
Tip revision: 1e15169
.gitignore
# Mac OS X
.DS_Store

# Komodo project files
*.kpf
*.komodoproject

# swap and backup files
*.swo
*.swp
*~

tags

# symlinks that test environment makes
bin/perl
bin/prove

# binary version of SQLite databases
lib/perl/Genome/DataSource/Meta.sqlite3
lib/perl/Genome/DataSource/SearchIndexQueue.sqlite3
back to top