Skip to content

Commit

Permalink
Update common.mk
Browse files Browse the repository at this point in the history
Let compgenepred not be the default.
  • Loading branch information
MarioStanke authored Sep 13, 2019
1 parent 3582797 commit 7666335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ AUGVERSION = 3.3.3
#ZIPINPUT = true

# uncomment this line to enable comparative gene finding (requires compiler which supports C++11 standard)
COMPGENEPRED = true
#COMPGENEPRED = true

# uncomment this line when you need MySQL access to sequences (most users don't)
# MYSQL = true

# uncomment this line to enable access to SQLite databases that store
# file offsets of sequence data in flat files and hints
SQLITE = true
#SQLITE = true

0 comments on commit 7666335

Please sign in to comment.