Spaces:
Running
Running
supercat666
commited on
Commit
•
2b3514d
1
Parent(s):
a1203ca
fix
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ def parse_gene_annotations(file_path):
|
|
105 |
return gene_dict
|
106 |
|
107 |
# Replace 'your_annotation_file.txt' with the path to your actual gene annotation file
|
108 |
-
gene_annotations = parse_gene_annotations('
|
109 |
gene_symbol_list = list(gene_annotations.keys()) # List of gene symbols for the autocomplete feature
|
110 |
# Check if the selected model is Cas9
|
111 |
if selected_model == 'Cas9':
|
|
|
105 |
return gene_dict
|
106 |
|
107 |
# Replace 'your_annotation_file.txt' with the path to your actual gene annotation file
|
108 |
+
gene_annotations = parse_gene_annotations('Human_genes_HUGO_02242024_annotation.txt')
|
109 |
gene_symbol_list = list(gene_annotations.keys()) # List of gene symbols for the autocomplete feature
|
110 |
# Check if the selected model is Cas9
|
111 |
if selected_model == 'Cas9':
|