From 09551f89f2de83b5a88ec0ed13ce7dcde866025f Mon Sep 17 00:00:00 2001 From: jkgoodrich <33063077+jkgoodrich@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:45:01 -0700 Subject: [PATCH] Small docstring fix --- gnomad_toolbox/filtering/vep.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnomad_toolbox/filtering/vep.py b/gnomad_toolbox/filtering/vep.py index adbd6d3..049e5db 100644 --- a/gnomad_toolbox/filtering/vep.py +++ b/gnomad_toolbox/filtering/vep.py @@ -23,7 +23,7 @@ def filter_by_consequence_category( The [VEP](https://useast.ensembl.org/info/docs/tools/vep/index.html) consequences included in each category are: - pLoF + pLoF: - transcript_ablation - splice_acceptor_variant @@ -31,7 +31,7 @@ def filter_by_consequence_category( - stop_gained - frameshift_variant - Missense / Inframe indel + Missense / Inframe indel: - stop_lost - start_lost @@ -39,11 +39,11 @@ def filter_by_consequence_category( - inframe_deletion - missense_variant - Synonymous + Synonymous: - synonymous_variant - `Other + Other: - protein_altering_variant - incomplete_terminal_codon_variant