NVBIO
|
#include <nvbio/basic/types.h>
#include <nvbio/basic/packedstream.h>
#include <nvbio/basic/dna.h>
#include <stdio.h>
#include <stdlib.h>
#include <string>
Go to the source code of this file.
Classes | |
struct | Options |
Functions | |
template<typename WordType > | |
void | read (FILE *file, const uint32 begin, const uint32 end, const Options opts) |
void | read_ft (FILE *file, const uint32 begin, const uint32 end) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 73 of file nvbio-less.cpp.
void read | ( | FILE * | file, |
const uint32 | begin, | ||
const uint32 | end, | ||
const Options | opts | ||
) |
Definition at line 20 of file nvbio-less.cpp.