From d6e7d8f299a46a308bd6b90cd585ecae08c3ab6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Jan 2022 18:21:30 +0100 Subject: [PATCH] chore: update copyright preamble (#455) --- workflow/rules/lineage_variant_calling.smk | 6 ++++++ workflow/scripts/collect-lineage-variants.py | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/workflow/rules/lineage_variant_calling.smk b/workflow/rules/lineage_variant_calling.smk index a427523ab..7eb4a1815 100644 --- a/workflow/rules/lineage_variant_calling.smk +++ b/workflow/rules/lineage_variant_calling.smk @@ -1,3 +1,9 @@ +# 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. + + rule collect_lineage_candidate_variants: input: annotation="resources/annotation_known_variants.gff.gz", diff --git a/workflow/scripts/collect-lineage-variants.py b/workflow/scripts/collect-lineage-variants.py index 71abfb5d0..cf7aa5c49 100644 --- a/workflow/scripts/collect-lineage-variants.py +++ b/workflow/scripts/collect-lineage-variants.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. + import sys from collections import defaultdict, namedtuple from enum import Enum