https://github.com/genome/genome
Raw File
Tip revision: c14eeb185eaf3743916624101eda2d0fb1be87a3 authored by Thomas B. Mooney on 28 February 2017, 16:51:50 UTC
Use simpler means of validating LSF queue.
Tip revision: c14eeb1
.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