https://github.com/genome/genome
Raw File
Tip revision: c4792dbf82193fd086eaa355acfb494a8e1c55d4 authored by Malachi Griffith on 19 September 2012, 18:22:37 UTC
Reorganize clin-seq update-analysis and add archiving checks, somatic-variation model creation, etc.
Tip revision: c4792db
.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