@@ -135,44 +135,48 @@ TEST_F(index_test, nucl_fm)
135
135
run_index_test (" mkindexn" , " db_nucl.fasta.gz" , " db_nucl_fm_test.fasta.gz.lba" , " fm" , " " , " db_nucl_fm.fasta.gz.lba" );
136
136
}
137
137
138
- TEST_F (index_test, nucl_bifm)
139
- {
140
- run_index_test (" mkindexn" , " db_nucl.fasta.gz" , " db_nucl_bifm_test.fasta.gz.lba" , " bifm" , " " ,
141
- " db_nucl_bifm.fasta.gz.lba" );
142
- }
143
-
144
138
TEST_F (index_test, nucl_bs_fm)
145
139
{
146
140
run_index_test (" mkindexbs" , " db_nucl_bs.fasta.gz" , " db_nucl_bs_fm_test.fasta.gz.lba" , " fm" , " " ,
147
141
" db_nucl_bs_fm.fasta.gz.lba" );
148
142
}
149
143
150
- TEST_F (index_test, nucl_bs_bifm)
151
- {
152
- run_index_test (" mkindexbs" , " db_nucl_bs.fasta.gz" , " db_nucl_bs_bifm_test.fasta.gz.lba" , " bifm" , " " ,
153
- " db_nucl_bs_bifm.fasta.gz.lba" );
154
- }
155
-
156
144
TEST_F (index_test, prot_fm)
157
145
{
158
146
run_index_test (" mkindexp" , " db_prot.fasta.gz" , " db_prot_fm_test.fasta.gz.lba" , " fm" , " li10" ,
159
147
" db_prot_fm.fasta.gz.lba" );
160
148
}
161
149
162
- TEST_F (index_test, prot_bifm)
163
- {
164
- run_index_test (" mkindexp" , " db_prot.fasta.gz" , " db_prot_bifm_test.fasta.gz.lba" , " bifm" , " li10" ,
165
- " db_prot_bifm.fasta.gz.lba" );
166
- }
167
-
168
150
TEST_F (index_test, trans_fm)
169
151
{
170
152
run_index_test (" mkindexp" , " db_nucl.fasta.gz" , " db_trans_fm_test.fasta.gz.lba" , " fm" , " li10" ,
171
153
" db_trans_fm.fasta.gz.lba" );
172
154
}
173
155
156
+ #if LAMBDA_WITH_BIFM
157
+
158
+ TEST_F (index_test, nucl_bifm)
159
+ {
160
+ run_index_test (" mkindexn" , " db_nucl.fasta.gz" , " db_nucl_bifm_test.fasta.gz.lba" , " bifm" , " " ,
161
+ " db_nucl_bifm.fasta.gz.lba" );
162
+ }
163
+
164
+ TEST_F (index_test, nucl_bs_bifm)
165
+ {
166
+ run_index_test (" mkindexbs" , " db_nucl_bs.fasta.gz" , " db_nucl_bs_bifm_test.fasta.gz.lba" , " bifm" , " " ,
167
+ " db_nucl_bs_bifm.fasta.gz.lba" );
168
+ }
169
+
170
+ TEST_F (index_test, prot_bifm)
171
+ {
172
+ run_index_test (" mkindexp" , " db_prot.fasta.gz" , " db_prot_bifm_test.fasta.gz.lba" , " bifm" , " li10" ,
173
+ " db_prot_bifm.fasta.gz.lba" );
174
+ }
175
+
174
176
TEST_F (index_test, trans_bifm)
175
177
{
176
178
run_index_test (" mkindexp" , " db_nucl.fasta.gz" , " db_trans_bifm_test.fasta.gz.lba" , " bifm" , " li10" ,
177
179
" db_trans_bifm.fasta.gz.lba" );
178
180
}
181
+
182
+ #endif
0 commit comments