|
1 | 1 | #!/usr/bin/env nextflow |
2 | 2 |
|
3 | | -# Copyright (C) 2018 Leiden University Medical Center |
4 | | -# This file is part of pytest-workflow |
5 | | -# |
6 | | -# pytest-workflow is free software: you can redistribute it and/or modify |
7 | | -# it under the terms of the GNU Affero General Public License as |
8 | | -# published by the Free Software Foundation, either version 3 of the |
9 | | -# License, or (at your option) any later version. |
10 | | -# |
11 | | -# pytest-workflow is distributed in the hope that it will be useful, |
12 | | -# but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 | | -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | | -# GNU Affero General Public License for more details. |
15 | | -# |
16 | | -# You should have received a copy of the GNU Affero General Public License |
17 | | -# along with pytest-workflow. If not, see <https://www.gnu.org/licenses/ |
| 3 | +/* Copyright (C) 2018 Leiden University Medical Center |
| 4 | + This file is part of pytest-workflow |
18 | 5 |
|
19 | | -# Nextflow using the Snakemake test file as example. |
20 | | -# Just a simple dummy pipeline that reads some data from /dev/urandom, |
21 | | -# and does some transformations on it. |
| 6 | + pytest-workflow is free software: you can redistribute it and/or modify |
| 7 | + it under the terms of the GNU Affero General Public License as |
| 8 | + published by the Free Software Foundation, either version 3 of the |
| 9 | + License, or (at your option) any later version. |
| 10 | +
|
| 11 | + pytest-workflow is distributed in the hope that it will be useful, |
| 12 | + but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + GNU Affero General Public License for more details. |
| 15 | +
|
| 16 | + You should have received a copy of the GNU Affero General Public License |
| 17 | + along with pytest-workflow. If not, see <https://www.gnu.org/licenses/ |
| 18 | +*/ |
| 19 | + |
| 20 | +/* Nextflow using the Snakemake test file as example. |
| 21 | + Just a simple dummy pipeline that reads some data from /dev/urandom, |
| 22 | + and does some transformations on it. */ |
22 | 23 |
|
23 | 24 | params.N_LINES_TO_READ = 5 |
24 | 25 |
|
|
0 commit comments