Skip to content

Commit

Permalink
chore: update copyright preamble (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 23, 2022
1 parent 9ad720c commit d6e7d8f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions workflow/rules/lineage_variant_calling.smk
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 5 additions & 0 deletions workflow/scripts/collect-lineage-variants.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d6e7d8f

Please sign in to comment.