m_QueueSearchRequest->SetService(new_service);
}
+NCBI_PARAM_DECL(bool, BLAST, always_keep_sequence);
+NCBI_PARAM_DEF_EX(bool, BLAST, always_keep_sequence, false, eParam_Default,
+ BLAST_ALWAYS_KEEP_SEQUENCE);
+typedef NCBI_PARAM_TYPE(BLAST, always_keep_sequence) TAlwaysKeepSequence;
+
void CExportStrategy::x_Process_Query(CRef<IQueryFactory> & query)
{
if (query.Empty())
// Check if there are any range restrictions applied and if local IDs are
// being used to determine how to specify the query sequence(s)
- bool has_local_ids = false;
+ bool has_local_ids = TAlwaysKeepSequence::GetDefault();
if (!seqloc_list.empty())
{