Skip to content

Commit 483e00a

Browse files
chore: update copyright preamble
1 parent 9cb1576 commit 483e00a

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

workflow/rules/long_read.smk

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Copyright 2022 Thomas Battenfeld, Alexander Thomas, Johannes Köster.
2+
# Licensed under the BSD 2-Clause License (https://opensource.org/licenses/BSD-2-Clause)
3+
# This file may not be copied, modified, or distributed
4+
# except according to those terms.
5+
16
# Copyright 2022 Thomas Battenfeld, Alexander Thomas, Johannes Köster, Simon Magin.
27
# Licensed under the BSD 2-Clause License (https://opensource.org/licenses/BSD-2-Clause)
38
# This file may not be copied, modified, or distributed

workflow/rules/variant_calling.smk

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Copyright 2022 Thomas Battenfeld, Alexander Thomas, Johannes Köster.
2+
# Licensed under the BSD 2-Clause License (https://opensource.org/licenses/BSD-2-Clause)
3+
# This file may not be copied, modified, or distributed
4+
# except according to those terms.
5+
16
# Copyright 2022 Thomas Battenfeld, Alexander Thomas, Simon Magin, Johannes Köster.
27
# Licensed under the BSD 2-Clause License (https://opensource.org/licenses/BSD-2-Clause)
38
# This file may not be copied, modified, or distributed

workflow/scripts/assembly-benchmark-results.py

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Copyright 2022 Thomas Battenfeld, Alexander Thomas, Johannes Köster.
2+
# Licensed under the BSD 2-Clause License (https://opensource.org/licenses/BSD-2-Clause)
3+
# This file may not be copied, modified, or distributed
4+
# except according to those terms.
5+
16
# %%
27
sys.stderr = open(snakemake.log[0], "w")
38
import pysam

0 commit comments

Comments
 (0)