-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathFlexTyper.pro
More file actions
executable file
·115 lines (102 loc) · 4.73 KB
/
FlexTyper.pro
File metadata and controls
executable file
·115 lines (102 loc) · 4.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
######################################################################
# Automatically generated by qmake (3.1) Tue Aug 20 13:25:50 2019
######################################################################
TEMPLATE = app
TARGET = flextyper
CONFIG += c++17
LIBS += -lstdc++fs -lsdsl -ldivsufsort64 \
-ldivsufsort \
outputDir.commands = $(MKDIR) $$OUT_PWD/testFiles ; $(COPY_DIR) $$PWD/flextyper/test/testFiles/* $$OUT_PWD/testFiles/ ; $(COPY_DIR) $$PWD/flextyper/test/testFiles/preprocess.sh $$OUT_PWD
first.depends = $(first) outputDir
export(first.depends)
export(outputDir.commands)
QMAKE_EXTRA_TARGETS += first outputDir
# The following define makes your compiler warn you if you use any
# feature of Qt which has been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
# You can also make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
# DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
DEFINES += QT_NO_VERSION_TAGGING
INCLUDEPATH += flextyper/includes \
opt/openFlexTyper/include \
opt/miniconda3/include \
fmindex/includes \
flextyper/interfaces \
fmindex/interfaces \
HEADERS += flextyper/includes/utils.h \
flextyper/includes/LogClass.h \
flextyper/includes/directSearch.h \
flextyper/includes/ftMapClass.h \
flextyper/includes/ftPropsClass.h \
flextyper/includes/ftSearch.h \
flextyper/includes/kmerClass.h \
flextyper/includes/qkMapClass.h \
flextyper/includes/queryClass.h \
flextyper/includes/writerbridge.h \
flextyper/includes/kmergenerator.h \
flextyper/includes/finder.h \
flextyper/includes/queryextractor.h \
fmindex/includes/fmindex.h \
fmindex/includes/indexPropsClass.h \
HEADERS += flextyper/interfaces/ikmergenerator.h \
flextyper/interfaces/iqueryextractor.h \
flextyper/interfaces/iutils.h \
flextyper/interfaces/iwriterbridge.h \
flextyper/interfaces/ifinder.h \
fmindex/interfaces/iindexPropsClass.h \
fmindex/interfaces/ifmindex.h \
SOURCES += \
flextyper/src/directSearch.cpp \
flextyper/src/ftMapClass.cpp \
flextyper/src/ftPropsClass.cpp \
flextyper/src/ftSearch.cpp \
flextyper/src/kmerClass.cpp \
flextyper/src/qkMapClass.cpp \
flextyper/src/queryClass.cpp \
flextyper/src/utils.cpp \
fmindex/src/fmindex.cpp \
flextyper/src/main.cpp \
flextyper/src/writerbridge.cpp \
flextyper/src/kmergenerator.cpp \
flextyper/src/finder.cpp \
flextyper/src/queryextractor.cpp \
fmindex/src/indexPropsClass.cpp
DISTFILES += \
Doxyfile \
Example_Settings.ini \
LICENSE \
OpenFlexTyper_CondaEnv.yml \
README.md \
documentation/centeredsearch.png \
documentation/documentation.md \
documentation/indexexample.md \
documentation/installation.md \
documentation/nonUniqueKmer.png \
documentation/parameters.md \
documentation/search.md \
documentation/searchexample.md \
documentation/settingini.md \
documentation/slidingsearch.png \
documentation/snvsearchexample.md \
documentation/viralsearchexample.md \
examples/Example_Settings.ini \
flextyper/test/testFiles/MixedVirus_100.fasta \
flextyper/test/testFiles/MixedVirus_100_1.fq.gz \
flextyper/test/testFiles/MixedVirus_100_2.fq.gz \
flextyper/test/testFiles/Setting.ini \
flextyper/test/testFiles/Test.fasta \
flextyper/test/testFiles/Test.fm9 \
flextyper/test/testFiles/TestQueries.txt \
flextyper/test/testFiles/Test_1.fq.gz \
flextyper/test/testFiles/Test_2.fq.gz \
flextyper/test/testFiles/Test_Settings.ini \
flextyper/test/testFiles/Test_indexProps.ini \
flextyper/test/testFiles/indexProps.ini \
flextyper/test/testFiles/preprocess.sh \
install.sh \
setup.py \
test.sh