https://github.com/genome/genome
Revision 0dd686bc3f19badb6d34130fff4f6f62de04d5c9 authored by Eddie Belter on 16 January 2015, 19:08:51 UTC, committed by Eddie Belter on 16 January 2015, 19:08:51 UTC
Merged the TCGA importer into the basic importer. More PRs to come to smooth out the interface.
2 parent s 0a8a48b + 72297d7
Raw File
Tip revision: 0dd686bc3f19badb6d34130fff4f6f62de04d5c9 authored by Eddie Belter on 16 January 2015, 19:08:51 UTC
Merge pull request #377 from ebelter/instdata-import
Tip revision: 0dd686b
.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