Home
last modified time | relevance | path

Searched refs:_fastaAlignScanLine (Results 1 – 2 of 2) sorted by relevance

/dports/biology/seqan1/seqan-1.3.1/seqan/file/
H A Dfile_format_fasta_align.h74 void _fastaAlignScanLine(TFile & file, TSize & count) { in _fastaAlignScanLine() function
123 _fastaAlignScanLine(file, count); in read()
132 _fastaAlignScanLine(file, count); in read()
218 _fastaAlignScanLine(file, count); in readIDs()
H A Dfile_generated_forwards.h1333 template <typename TFile, typename TSize> void _fastaAlignScanLine(TFile & file, TSize & count); …