https://github.com/genome/genome
Raw File
Tip revision: 5574d465140630644fc14219d770c1938d6b4d8c authored by Jason Walker on 21 August 2015, 21:53:33 UTC
Merge pull request #955 from genome/revert-951-new_annotation_structure
Tip revision: 5574d46
.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