SeqAn3 3.1.0
The Modern C++ library for sequence analysis.
all.hpp
Go to the documentation of this file.
1// -----------------------------------------------------------------------------------------------------
2// Copyright (c) 2006-2021, Knut Reinert & Freie Universität Berlin
3// Copyright (c) 2016-2021, Knut Reinert & MPI für molekulare Genetik
4// This file may be used, modified and/or redistributed under the terms of the 3-clause BSD-License
5// shipped with this file and also available at: https://github.com/seqan/seqan3/blob/master/LICENSE.md
6// -----------------------------------------------------------------------------------------------------
7
104#pragma once
105
107#include <seqan3/io/record.hpp>
Provides exceptions used in the I/O module.
Meta-header for the IO / SAM File submodule .
Meta-header for the IO / Sequence File submodule .
Meta-header for all stream related functionality.
Meta-include for the structure IO submodule.
Meta-header for the IO / Views submodule .
Provides the seqan3::record template and the seqan3::field enum.