https://github.com/genome/genome
Revision 64c61931b857d5148615911c2cecafa5acfa5089 authored by Scott Smith on 10 July 2013, 20:15:13 UTC, committed by Scott Smith on 10 July 2013, 20:15:13 UTC
1 parent 874aa4d
Raw File
Tip revision: 64c61931b857d5148615911c2cecafa5acfa5089 authored by Scott Smith on 10 July 2013, 20:15:13 UTC
updated the clinseq pipeline to use Genome::Db entities instead of a hard-coded path to special annotation data
Tip revision: 64c6193
.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