Chopper
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
~
Functions
b
c
e
f
g
h
i
o
p
r
s
t
w
~
Variables
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
w
Typedefs
Enumerations
Related Functions
Files
File List
File Members
All
Functions
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
include
chopper
sketch
check_filenames.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
#pragma once
9
10
#include <string>
11
#include <vector>
12
13
#include <
chopper/configuration.hpp
>
14
15
namespace
chopper::sketch
16
{
17
19
void
check_filenames
(std::vector<std::string>
const
& filenames,
configuration
&
config
);
20
22
void
check_filenames
(std::vector<std::vector<std::string>>
const
& filenames,
configuration
&
config
);
23
24
}
// namespace chopper::sketch
configuration.hpp
chopper::sketch
Definition:
check_filenames.hpp:16
chopper::sketch::check_filenames
void check_filenames(std::vector< std::string > const &filenames, configuration &config)
Checks the filenames for consistent files, either precomputed or sequence files.
Definition:
check_filenames.cpp:24
chopper::configuration
Definition:
configuration.hpp:24
config
Definition:
shared.hpp:19
Generated by
1.9.4