fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
|
#include <raptor/argument_parsing/build_parsing.hpp>
#include <raptor/argument_parsing/init_shared_meta.hpp>
#include <raptor/argument_parsing/parse_bin_path.hpp>
#include <raptor/argument_parsing/validators.hpp>
#include <raptor/build/raptor_build.hpp>
Namespaces | |
namespace | raptor |
Functions | |
std::ostream & | raptor::operator<< (std::ostream &s, window const &) |
std::istream & | raptor::operator>> (std::istream &s, window &window_) |
void | raptor::init_build_parser (sharg::parser &parser, build_arguments &arguments) |
void | raptor::build_parsing (sharg::parser &parser, bool const is_socks) |