MCPcopy Create free account
hub / github.com/GregoryFaust/samblaster / writeLine

Function writeLine

samblaster.cpp:401–405  ·  view source on GitHub ↗

Output the line.

Source from the content-addressed store, hash-verified

399
400// Output the line.
401inline void writeLine(splitLine_t * line, FILE * output)
402{
403 unsplitSplitLine(line);
404 outputString(line->buffer, output);
405}
406
407// Check the first line of a file (e.g. input) for bam signature.
408void checkBAMfile(splitLine_t * line)

Callers 3

outputSAMBlockFunction · 0.85
processSAMBlockFunction · 0.85
mainFunction · 0.85

Calls 2

unsplitSplitLineFunction · 0.85
outputStringFunction · 0.85

Tested by

no test coverage detected