Chopper
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
chopper_layout.hpp
Go to the documentation of this file.
1// ---------------------------------------------------------------------------------------------------
2// Copyright (c) 2006-2023, Knut Reinert & Freie Universität Berlin
3// Copyright (c) 2016-2023, 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/chopper/blob/main/LICENSE.md
6// ---------------------------------------------------------------------------------------------------
7
8#include <sharg/parser.hpp>
9
11
12namespace chopper
13{
14
15int chopper_layout(chopper::configuration & config, sharg::parser & parser);
16
17}
Definition: adjust_seed.hpp:18
int chopper_layout(chopper::configuration &config, sharg::parser &parser)
Definition: chopper_layout.cpp:72
Definition: configuration.hpp:24
Definition: shared.hpp:19