Skip to content

Commit

Permalink
fixup: add comments in gene pipelien
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Aug 28, 2024
1 parent 6f20fcb commit 030cf6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data-pipeline/src/data_pipeline/pipelines/genes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 030cf6e

Please sign in to comment.