Skip to content

Commit

Permalink
Small docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkgoodrich committed Dec 20, 2024
1 parent bc2120a commit 09551f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gnomad_toolbox/filtering/vep.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,27 @@ 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
- splice_donor_variant
- stop_gained
- frameshift_variant
Missense / Inframe indel
Missense / Inframe indel:
- stop_lost
- start_lost
- inframe_insertion
- inframe_deletion
- missense_variant
Synonymous
Synonymous:
- synonymous_variant
`Other
Other:
- protein_altering_variant
- incomplete_terminal_codon_variant
Expand Down

0 comments on commit 09551f8

Please sign in to comment.