#include <fastareader.h>
Definition at line 49 of file fastareader.h.
◆ FastaReader()
◆ ~FastaReader()
| pappso::FastaReader::~FastaReader |
( |
| ) |
|
◆ parse() [1/2]
| void pappso::FastaReader::parse |
( |
QFile & |
fastaFile | ) |
|
Definition at line 55 of file fastareader.cpp.
61 qDebug() << __FILE__ <<
" " << __FUNCTION__ <<
" " << __LINE__;
62 QTextStream p_in(p_inputstream);
65 QString accession =
"";
66 QString sequence =
"";
69 QString line = p_in.readLine();
Referenced by FastaReader().
◆ parse() [2/2]
| void pappso::FastaReader::parse |
( |
QIODevice * |
p_inputstream | ) |
|
Definition at line 74 of file fastareader.cpp.
79 accession = line.remove(0, 1);
83 sequence.append(line);
86 line = p_in.readLine();
88 if(!accession.isEmpty())
90 sequence.append(line);
94 qDebug() << __FILE__ <<
" " << __FUNCTION__ <<
" " << __LINE__;
103 qDebug() << __FILE__ <<
" " << __FUNCTION__ <<
" " << __LINE__;
106 QString accession =
"";
107 QString sequence =
"";
110 QString line = p_in.readLine();
References m_handler, and pappso::FastaHandlerInterface::setSequence().
◆ parseOnlyOne()
| void pappso::FastaReader::parseOnlyOne |
( |
QTextStream & |
p_in | ) |
|
|
protected |
◆ FastaFileIndexer
| friend pappso::FastaReader::FastaFileIndexer |
|
private |
◆ m_handler
The documentation for this class was generated from the following files: