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

Function newContig

Overlap/Overlap.cpp:200–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200static FastaRecord newContig(const Graph& g,
201 const ContigNode& t, const ContigNode& v,
202 int dist, const string& seq)
203{
204 ostringstream comment;
205 comment << seq.length() << " 0 "
206 << get(vertex_name, g, t) << ' '
207 << get(vertex_name, g, v) << ' ' << dist;
208 return FastaRecord(createContigName(), comment.str(), seq);
209}
210
211/** An overlap of two sequences. */
212struct Overlap : public DistanceEst {

Callers 1

createGapContigFunction · 0.85

Calls 5

FastaRecordClass · 0.85
createContigNameFunction · 0.85
getFunction · 0.50
lengthMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected