https://github.com/genome/genome
Raw File
Tip revision: 7c9a61adb89a29030ab6a2c35d63c47b2cd6a450 authored by Adam Coffman on 27 January 2014, 20:02:13 UTC
Add CLIA support to analysis projects.
Tip revision: 7c9a61a
.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