Output the line.
| 399 | |
| 400 | // Output the line. |
| 401 | inline 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. |
| 408 | void checkBAMfile(splitLine_t * line) |
no test coverage detected