#include <stdio.h>#include "seqaln.h"Functions | |
| void | prpt_row (struct SEQALN_SEQUENCE *seq, struct SEQALN_PROFILE *pro, struct SEQALN_CONSTANTS *scoring, struct SEQALN_RESULTS *results, struct SEQALN_IO *io, int i) |
| void prpt_row | ( | struct SEQALN_SEQUENCE * | seq, | |
| struct SEQALN_PROFILE * | pro, | |||
| struct SEQALN_CONSTANTS * | scoring, | |||
| struct SEQALN_RESULTS * | results, | |||
| struct SEQALN_IO * | io, | |||
| int | i | |||
| ) |
References SEQALN_RESULTS::aligned, gap(), SEQALN_PROFILE::len, LINEAR, SEQALN_CONSTANTS::memuse, min, pgap(), SEQALN_RESULTS::S, and SEQALN_IO::STDOUT.
Referenced by pfitS().
1.5.6