-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e6f581e
commit 43f205e
Showing
4 changed files
with
108 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// ----------------------------------------------------------------------------------------------------- | ||
// Copyright (c) 2006-2020, Knut Reinert & Freie Universität Berlin | ||
// Copyright (c) 2016-2020, Knut Reinert & MPI für molekulare Genetik | ||
// Copyright (c) 2020-2021, deCODE Genetics | ||
// This file may be used, modified and/or redistributed under the terms of the 3-clause BSD-License | ||
// shipped with this file and also available at: https://github.com/seqan/b.i.o./blob/master/LICENSE | ||
// ----------------------------------------------------------------------------------------------------- | ||
|
||
/*!\file | ||
* \brief Meta-include that includes the whole Variant I/O module. | ||
* \author Svenja Mehringer <svenja.mehringer AT fu-berlin.de> | ||
*/ | ||
|
||
#pragma once | ||
|
||
/*!\defgroup map_io Map I/O | ||
* \ingroup bio | ||
* \brief Reader and writer for SAM and BAM files. | ||
* | ||
* This module provides high-level APIs to read and write SAM and BAM files. | ||
* | ||
* To read files, have a look at bio::map_io::reader and to write files have a look at bio::map_io::writer. | ||
* | ||
*/ | ||
|
||
/*!\namespace bio::map_io | ||
* \brief Namespace for the Map I/O module. | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.