fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
raptor::index_structure::compressible_from Concept Reference

#include <raptor/index.hpp>

Concept definition

template<typename return_t, typename input_t>
concept raptor::index_structure::compressible_from = (std::same_as<return_t, ibf_compressed> && std::same_as<input_t, ibf>)
|| (std::same_as<return_t, hibf_compressed> && std::same_as<input_t, hibf>)