15 const char *sequence =
get_seq();
18 for (
int indi = 0, indj = 0; indi <
get_len(); indi++) {
19 if ((indk % 60) == 1) {
21 case EMBL: write.
out(
" ");
break;
26 write.
out(sequence[indi]);
30 if ((indk % 60) == 0) {
34 else if (indj == 10 && indi != (
get_len() - 1)) {
50 if (!reader->read_one_entry(*seq))
break;
void read_alignment(Alignment &ali, const FormattedFile &in)
virtual void out(char ch)=0
virtual int outf(const char *format,...) __ATTR__FORMAT_MEMBER(1)
void add(SeqPtr sequence)
const char * get_seq() const
void out(Writer &write, Format outType) const