forked from nextgenusfs/augustus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon.mk
More file actions
17 lines (13 loc) · 680 Bytes
/
common.mk
File metadata and controls
17 lines (13 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Definitions common to all Makefiles
# This file is included from other Makefiles in the augustus project.
AUGVERSION = 3.2.1
# make this a comment if you get compilation errors about the boost iostreams library
# cannot install this library and do not need to input gzipped input genome files
#ZIPINPUT = true
# uncomment this line to enable comparative gene finding (requires compiler which supports C++11 standard)
#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