Skip to content

Commit 571d4cb

Browse files
nvaulincopybara-github
authored andcommitted
Copybara import of the project:
-- 7a975ca by Nikita Vaulin <vaulin@ro.ru>: Fix path typo COPYBARA_INTEGRATE_REVIEW=#14 from nvaulin:main 7a975ca PiperOrigin-RevId: 781888971 Change-Id: I0d8adab41842b3aceebcfede3d9d39e12629c868
1 parent 894dc3c commit 571d4cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

colabs/variant_scoring_ui.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@
794794
" case _:\n",
795795
" raise ValueError(f'Unsupported organism: {organism}')\n",
796796
"\n",
797-
" gtf = pd.read_feather(HG38_GTF_FEATHER)\n",
797+
" gtf = pd.read_feather(gtf_path)\n",
798798
"\n",
799799
" # Filter to protein-coding genes and highly supported transcripts.\n",
800800
" gtf_transcript = gene_annotation.filter_transcript_support_level(\n",

0 commit comments

Comments
 (0)