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

Function writePaths

RResolver/RResolverShort.cpp:222–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void
223writePaths(std::ostream& stream, const ImaginaryContigPaths& paths)
224{
225 int counter = 0;
226 for (const auto& path : paths) {
227 stream << '>' << counter++ << '\n' << getPathSequence(path) << '\n';
228 }
229}
230
231void
232writeResults(

Callers 1

writeResultsFunction · 0.85

Calls 1

getPathSequenceFunction · 0.85

Tested by

no test coverage detected