From 030cf6e9747819a535d5c5c6509b1cfe63a924ee Mon Sep 17 00:00:00 2001 From: Riley Grant Date: Tue, 27 Aug 2024 17:09:35 -0500 Subject: [PATCH] fixup: add comments in gene pipelien --- data-pipeline/src/data_pipeline/pipelines/genes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data-pipeline/src/data_pipeline/pipelines/genes.py b/data-pipeline/src/data_pipeline/pipelines/genes.py index 22293bc66..cec30852c 100644 --- a/data-pipeline/src/data_pipeline/pipelines/genes.py +++ b/data-pipeline/src/data_pipeline/pipelines/genes.py @@ -322,6 +322,7 @@ def annotate_with_preferred_transcript(table_path): }, ) +# naming scheme follows methods naming scheme for consistency pipeline.add_task( "prepare_grch37_genes_table_for_public_release", prepare_gene_table_for_release, @@ -396,6 +397,7 @@ def annotate_with_constraint(genes_path, constraint_path): ) +# naming scheme follows methods naming scheme for consistency pipeline.add_task( "prepare_grch38_genes_table_for_public_release", prepare_gene_table_for_release,