|
fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
|
#include <string_view>Go to the source code of this file.
Namespaces | |
| namespace | raptor |
| namespace | raptor::hibf |
| Must be first include. | |
Variables | |
| constexpr std::string_view | raptor::hibf::hibf_prefix {"HIGH_LEVEL_IBF"} |
| constexpr std::string_view | raptor::hibf::merged_bin_prefix {"MERGED_BIN"} |
| constexpr std::string_view | raptor::hibf::split_bin_prefix {"SPLIT_BIN"} |
| constexpr size_t | raptor::hibf::merged_bin_prefix_length {merged_bin_prefix.size()} |