Skip to content

Commit 816f75c

Browse files
committed
Proper groovy comments
1 parent 89fe51c commit 816f75c

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

tests/pipelines/nextflow/nextflow_testpipeline.nf

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
#!/usr/bin/env nextflow
22

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
185
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. */
2223

2324
params.N_LINES_TO_READ = 5
2425

0 commit comments

Comments
 (0)