|
1 | | -/* |
2 | | - * Part of SMITHLAB software |
| 1 | +/* Part of Smith lab software |
3 | 2 | * |
4 | | - * Copyright (C) 2008 Cold Spring Harbor Laboratory, |
5 | | - * University of Southern California and |
6 | | - * Andrew D. Smith |
| 3 | + * Copyright (C) 2020 University of Southern California and |
| 4 | + * Andrew D. Smith |
7 | 5 | * |
8 | | - * Authors: Andrew D. Smith |
| 6 | + * Authors: Andrew D. Smith |
9 | 7 | * |
10 | | - * This program is free software: you can redistribute it and/or modify |
11 | | - * it under the terms of the GNU General Public License as published by |
12 | | - * the Free Software Foundation, either version 3 of the License, or |
13 | | - * (at your option) any later version. |
| 8 | + * This program is free software: you can redistribute it and/or |
| 9 | + * modify it under the terms of the GNU General Public License as |
| 10 | + * published by the Free Software Foundation, either version 3 of the |
| 11 | + * License, or (at your option) any later version. |
14 | 12 | * |
15 | | - * This program is distributed in the hope that it will be useful, |
16 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
17 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
18 | | - * GNU General Public License for more details. |
19 | | - * |
20 | | - * You should have received a copy of the GNU General Public License |
21 | | - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 13 | + * This program is distributed in the hope that it will be useful, but |
| 14 | + * WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 16 | + * General Public License for more details. |
22 | 17 | */ |
23 | 18 |
|
24 | 19 |
|
|
29 | 24 | #include <random> |
30 | 25 |
|
31 | 26 | void |
32 | | -bisulfite_treatment(std::mt19937 &generator, std::string &seq, |
33 | | - double bs_rate = 1.0, double meth_rate = 0.0); |
| 27 | +bisulfite_treatment(std::mt19937 &generator, std::string &seq, |
| 28 | + double bs_rate = 1.0, double meth_rate = 0.0); |
34 | 29 |
|
35 | 30 | #endif |
0 commit comments