From 8156953945547c74d07c30a3d0b0df337da77085 Mon Sep 17 00:00:00 2001 From: vBassewitz <104062464+vBassewitz@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:37:44 +0000 Subject: [PATCH] chore: update copyright preamble --- workflow/rules/long_read.smk | 5 +++++ workflow/rules/variant_calling.smk | 5 +++++ workflow/scripts/assembly-benchmark-results.py | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/workflow/rules/long_read.smk b/workflow/rules/long_read.smk index 44892e7d..ecea8c57 100644 --- a/workflow/rules/long_read.smk +++ b/workflow/rules/long_read.smk @@ -1,3 +1,8 @@ +# Copyright 2022 Thomas Battenfeld, Alexander Thomas, Johannes Köster. +# Licensed under the BSD 2-Clause License (https://opensource.org/licenses/BSD-2-Clause) +# This file may not be copied, modified, or distributed +# except according to those terms. + # Copyright 2022 Thomas Battenfeld, Alexander Thomas, Johannes Köster, Simon Magin. # Licensed under the BSD 2-Clause License (https://opensource.org/licenses/BSD-2-Clause) # This file may not be copied, modified, or distributed diff --git a/workflow/rules/variant_calling.smk b/workflow/rules/variant_calling.smk index 8682bc98..6af1b40c 100644 --- a/workflow/rules/variant_calling.smk +++ b/workflow/rules/variant_calling.smk @@ -1,3 +1,8 @@ +# Copyright 2022 Thomas Battenfeld, Alexander Thomas, Johannes Köster. +# Licensed under the BSD 2-Clause License (https://opensource.org/licenses/BSD-2-Clause) +# This file may not be copied, modified, or distributed +# except according to those terms. + # Copyright 2022 Thomas Battenfeld, Alexander Thomas, Simon Magin, Johannes Köster. # Licensed under the BSD 2-Clause License (https://opensource.org/licenses/BSD-2-Clause) # This file may not be copied, modified, or distributed diff --git a/workflow/scripts/assembly-benchmark-results.py b/workflow/scripts/assembly-benchmark-results.py index aca8c4c7..3afa057e 100644 --- a/workflow/scripts/assembly-benchmark-results.py +++ b/workflow/scripts/assembly-benchmark-results.py @@ -1,3 +1,8 @@ +# Copyright 2022 Thomas Battenfeld, Alexander Thomas, Johannes Köster. +# Licensed under the BSD 2-Clause License (https://opensource.org/licenses/BSD-2-Clause) +# This file may not be copied, modified, or distributed +# except according to those terms. + # %% sys.stderr = open(snakemake.log[0], "w") import pysam