Go to the SVN repository for this file.
45BOOST_REQUIRE_EQUAL(kSize, esp->
size);
49BOOST_REQUIRE_EQUAL((
void*)
NULL, (
void*) esp);
55 const intkNums[kSize] = {7, 11, 13};
58 for(
int i=0;
i<kSize;
i++)
60esp->
num[
i] = kNums[
i];
65BOOST_REQUIRE_EQUAL(kSize, esp_dup->
size);
66 for(
int i=0;
i<kSize;
i++)
68BOOST_REQUIRE_EQUAL(kNums[
i], esp_dup->
num[
i]);
69BOOST_REQUIRE_EQUAL(kOptype[
i], esp_dup->
op_type[
i]);
BOOST_AUTO_TEST_SUITE_END() static int s_GetSegmentFlags(const CBioseq &bioseq)
Definitions of structures used for saving traceback information.
GapEditScript * GapEditScriptDup(const GapEditScript *old)
Duplicates the edit script structure.
EGapAlignOpType
Operation types within the edit script.
@ eGapAlignIns
Insertion: a gap in subject.
@ eGapAlignSub
Substitution.
@ eGapAlignDel
Deletion: a gap in query.
GapEditScript * GapEditScriptNew(Int4 size)
Initialize the edit script structure.
GapEditScript * GapEditScriptDelete(GapEditScript *esp)
Free edit script structure.
BOOST_AUTO_TEST_CASE(testGapEditScriptNew)
BOOST_AUTO_TEST_SUITE(psiblast_iteration)
Edit script: linked list of correspondencies between two sequences.
Int4 * num
Array of number of operations.
Int4 size
Size of above arrays.
EGapAlignOpType * op_type
Array of type of operation.
Utility stuff for more convenient using of Boost.Test library.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4