MCPcopy Create free account
hub / github.com/BirolLab/abyss / free_seq_col

Function free_seq_col

Align/dialign.cpp:121–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121static void free_seq_col(struct seq_col* scol)
122{
123 unsigned int length = scol->length;
124 unsigned int i;
125 for (i=0; i<length; i++)
126 free((scol->seqs[i]).data);
127 free(scol->seqs);
128 free(scol);
129}
130
131/** Print a dialign alignment. */
132static ostream& print(ostream& out, const alignment& o,

Callers 1

dialignFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected